#66184F

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

Shades of Pompadour #66184F

Tints of Pompadour #66184F

Color information

#66184F (or 0x66184F) is unknown color: approx Pompadour. HEX triplet: 66, 18 and 4F. RGB value is (102,24,79). Sum of RGB (Red+Green+Blue) = 102+24+79=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #66184F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66184F is #99E7B0. Grayscale: #353535. Windows color (decimal): -10086321 or 5183590. OLE color: 5183590.

HSL color Cylindrical-coordinate representation of color #66184F: hue angle of 317.69º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66184F is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB1022479-
CMYK00.760.230.6
HSL317.69º61.9%24.71%-
HSV(B)317.69º76.47%40%-
XYZ7.224.047.8-
YUV53.59142.34162.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.76%
GREEN value IS 24 (9.77% from 255) = 11.71%
BLUE value IS 79 (31.25% from 255) = 38.54%
R=49.76%
G=11.71%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102247900.760.230.6317.6961.924.71
Hex66184F04C173C13e3e19
Octal14630117011427744767631
Binary1100110110001001111010011001011111110010011111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,24,79); }

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

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

 a { background-color: rgb(102,24,79); }

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

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

 span { border-color: rgb(102,24,79); }

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