#662042

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

Shades of Pompadour #662042

Tints of Pompadour #662042

Color information

#662042 (or 0x662042) is unknown color: approx Pompadour. HEX triplet: 66, 20 and 42. RGB value is (102,32,66). Sum of RGB (Red+Green+Blue) = 102+32+66=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #662042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662042 is #99DFBD. Grayscale: #383838. Windows color (decimal): -10084286 or 4333670. OLE color: 4333670.

HSL color Cylindrical-coordinate representation of color #662042: hue angle of 330.86º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662042 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB1023266-
CMYK00.690.350.6
HSL330.86º52.24%26.27%-
HSV(B)330.86º68.63%40%-
XYZ6.984.255.61-
YUV56.81133.19160.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51%
GREEN value IS 32 (12.89% from 255) = 16%
BLUE value IS 66 (26.17% from 255) = 33%
R=51%
G=16%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102326600.690.350.6330.8652.2426.27
Hex662042045233C14b341a
Octal14640102010543745136432
Binary110011010000010000100100010110001111110010100101111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662042; }

 p { color: rgb(102,32,66); }

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

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

 a { background-color: rgb(102,32,66); }

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

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

 span { border-color: rgb(102,32,66); }

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