#66114F

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

Shades of Pompadour #66114F

Tints of Pompadour #66114F

Color information

#66114F (or 0x66114F) is unknown color: approx Pompadour. HEX triplet: 66, 11 and 4F. RGB value is (102,17,79). Sum of RGB (Red+Green+Blue) = 102+17+79=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #66114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66114F is #99EEB0. Grayscale: #313131. Windows color (decimal): -10088113 or 5181798. OLE color: 5181798.

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

Color convert

RGB1021779-
CMYK00.830.230.6
HSL316.24º71.43%23.33%-
HSV(B)316.24º83.33%40%-
XYZ7.093.797.75-
YUV49.48144.66165.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.52%
GREEN value IS 17 (7.03% from 255) = 8.59%
BLUE value IS 79 (31.25% from 255) = 39.90%
R=51.52%
G=8.59%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102177900.830.230.6316.2471.4323.33
Hex66114F053173C13c4717
Octal146211170123277447410727
Binary11001101000110011110101001110111111100100111100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66114F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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