#66243F

Color #66243F Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #66243F

Tints of Pompadour #66243F

Color information

#66243F (or 0x66243F) is unknown color: approx Pompadour. HEX triplet: 66, 24 and 3F. RGB value is (102,36,63). Sum of RGB (Red+Green+Blue) = 102+36+63=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #66243F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66243F is #99DBC0. Grayscale: #3A3A3A. Windows color (decimal): -10083265 or 4138086. OLE color: 4138086.

HSL color Cylindrical-coordinate representation of color #66243F: hue angle of 335.45º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66243F is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB1023663-
CMYK00.650.380.6
HSL335.45º47.83%27.06%-
HSV(B)335.45º64.71%40%-
XYZ7.014.455.19-
YUV58.81130.37158.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 50.75%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 63 (25% from 255) = 31.34%
R=50.75%
G=17.91%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102366300.650.380.6335.4547.8327.06
Hex66243F041263C14f301b
Octal1464477010146745176033
Binary11001101001001111110100000110011011110010100111111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66243F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66243F; }

 p { color: rgb(102,36,63); }

 H1.HeaderClassName
 {
   color: #66243F;
 }
 .AnyTagClassName
 {
   color: #66243F;
 }
</style>
background-color css

<style>
 a { background-color: #66243F; }

 a { background-color: rgb(102,36,63); }

 div.DivClassName
 {
   background-color: #66243F;
 }
 .BgClassName
 {
   background-color: #66243F;
 }
</style>
border-color css

<style>
 span { border-color: #66243F; }

 span { border-color: rgb(102,36,63); }

 td.TdClassName
 {
   border-color: #66243F;
 }
 .TagClassName
 {
   border-color: #66243F;
 }
</style>