#662240

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

Shades of Pompadour #662240

Tints of Pompadour #662240

Color information

#662240 (or 0x662240) is unknown color: approx Pompadour. HEX triplet: 66, 22 and 40. RGB value is (102,34,64). Sum of RGB (Red+Green+Blue) = 102+34+64=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #662240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662240 is #99DDBF. Grayscale: #393939. Windows color (decimal): -10083776 or 4203110. OLE color: 4203110.

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

Color convert

RGB1023464-
CMYK00.670.370.6
HSL333.53º50%26.67%-
HSV(B)333.53º66.67%40%-
XYZ6.984.345.32-
YUV57.75131.53159.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51%
GREEN value IS 34 (13.67% from 255) = 17%
BLUE value IS 64 (25.39% from 255) = 32%
R=51%
G=17%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102346400.670.370.6333.535026.67
Hex662240043253C14e321b
Octal14642100010345745166233
Binary110011010001010000000100001110010111110010100111011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662240; }

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

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

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

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

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

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

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

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