#602042

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

Shades of Pompadour #602042

Tints of Pompadour #602042

Color information

#602042 (or 0x602042) is unknown color: approx Pompadour. HEX triplet: 60, 20 and 42. RGB value is (96,32,66). Sum of RGB (Red+Green+Blue) = 96+32+66=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #602042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602042 is #9FDFBD. Grayscale: #363636. Windows color (decimal): -10477502 or 4333664. OLE color: 4333664.

HSL color Cylindrical-coordinate representation of color #602042: hue angle of 328.12º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602042 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB963266-
CMYK00.670.310.62
HSL328.12º50%25.1%-
HSV(B)328.12º66.67%37.65%-
XYZ6.323.915.58-
YUV55.01134.2157.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.48%
GREEN value IS 32 (12.89% from 255) = 16.49%
BLUE value IS 66 (26.17% from 255) = 34.02%
R=49.48%
G=16.49%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96326600.670.310.62328.125025.1
Hex6020420431F3E1483219
Octal14040102010337765106231
Binary11000001000001000010010000111111111111010100100011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602042; }

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

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

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

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

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

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

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

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