#662244

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

Shades of Pompadour #662244

Tints of Pompadour #662244

Color information

#662244 (or 0x662244) is unknown color: approx Pompadour. HEX triplet: 66, 22 and 44. RGB value is (102,34,68). Sum of RGB (Red+Green+Blue) = 102+34+68=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #662244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662244 is #99DDBB. Grayscale: #3A3A3A. Windows color (decimal): -10083772 or 4465254. OLE color: 4465254.

HSL color Cylindrical-coordinate representation of color #662244: hue angle of 330º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #662244 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB1023468-
CMYK00.670.330.6
HSL330º50%26.67%-
HSV(B)330º66.67%40%-
XYZ7.094.395.94-
YUV58.21133.53159.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 16.67%
BLUE value IS 68 (26.95% from 255) = 33.33%
R=50%
G=16.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102346800.670.330.63305026.67
Hex662244043213C14a321b
Octal14642104010341745126233
Binary110011010001010001000100001110000111110010100101011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662244; }

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

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

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

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

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

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

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

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