#66114C

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

Shades of Pompadour #66114C

Tints of Pompadour #66114C

Color information

#66114C (or 0x66114C) is unknown color: approx Pompadour. HEX triplet: 66, 11 and 4C. RGB value is (102,17,76). Sum of RGB (Red+Green+Blue) = 102+17+76=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #66114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66114C is #99EEB3. Grayscale: #303030. Windows color (decimal): -10088116 or 4985190. OLE color: 4985190.

HSL color Cylindrical-coordinate representation of color #66114C: hue angle of 318.35º 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 #66114C is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1021776-
CMYK00.830.250.6
HSL318.35º71.43%23.33%-
HSV(B)318.35º83.33%40%-
XYZ6.983.757.19-
YUV49.14143.16165.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.31%
GREEN value IS 17 (7.03% from 255) = 8.72%
BLUE value IS 76 (30.08% from 255) = 38.97%
R=52.31%
G=8.72%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102177600.830.250.6318.3571.4323.33
Hex66114C053193C13e4717
Octal146211140123317447610727
Binary11001101000110011000101001111001111100100111110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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