#662444

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

Shades of Pompadour #662444

Tints of Pompadour #662444

Color information

#662444 (or 0x662444) is unknown color: approx Pompadour. HEX triplet: 66, 24 and 44. RGB value is (102,36,68). Sum of RGB (Red+Green+Blue) = 102+36+68=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #662444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662444 is #99DBBB. Grayscale: #3B3B3B. Windows color (decimal): -10083260 or 4465766. OLE color: 4465766.

HSL color Cylindrical-coordinate representation of color #662444: hue angle of 330.91º 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 #662444 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB1023668-
CMYK00.650.330.6
HSL330.91º47.83%27.06%-
HSV(B)330.91º64.71%40%-
XYZ7.154.55.96-
YUV59.38132.87158.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.51%
GREEN value IS 36 (14.45% from 255) = 17.48%
BLUE value IS 68 (26.95% from 255) = 33.01%
R=49.51%
G=17.48%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102366800.650.330.6330.9147.8327.06
Hex662444041213C14b301b
Octal14644104010141745136033
Binary110011010010010001000100000110000111110010100101111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662444; }

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

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

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

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

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

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

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

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