#662441

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

Shades of Pompadour #662441

Tints of Pompadour #662441

Color information

#662441 (or 0x662441) is unknown color: approx Pompadour. HEX triplet: 66, 24 and 41. RGB value is (102,36,65). Sum of RGB (Red+Green+Blue) = 102+36+65=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #662441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662441 is #99DBBE. Grayscale: #3A3A3A. Windows color (decimal): -10083263 or 4269158. OLE color: 4269158.

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

Color convert

RGB1023665-
CMYK00.650.360.6
HSL333.64º47.83%27.06%-
HSV(B)333.64º64.71%40%-
XYZ7.064.475.49-
YUV59.04131.37158.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.25%
GREEN value IS 36 (14.45% from 255) = 17.73%
BLUE value IS 65 (25.78% from 255) = 32.02%
R=50.25%
G=17.73%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102366500.650.360.6333.6447.8327.06
Hex662441041243C14e301b
Octal14644101010144745166033
Binary110011010010010000010100000110010011110010100111011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662441; }

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

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

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

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

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

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

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

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