#602542

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

Shades of Pompadour #602542

Tints of Pompadour #602542

Color information

#602542 (or 0x602542) is unknown color: approx Pompadour. HEX triplet: 60, 25 and 42. RGB value is (96,37,66). Sum of RGB (Red+Green+Blue) = 96+37+66=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #602542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602542 is #9FDABD. Grayscale: #393939. Windows color (decimal): -10476222 or 4334944. OLE color: 4334944.

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

Color convert

RGB963766-
CMYK00.610.310.62
HSL330.51º44.36%26.08%-
HSV(B)330.51º61.46%37.65%-
XYZ6.474.25.62-
YUV57.95132.55155.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 37 (14.84% from 255) = 18.59%
BLUE value IS 66 (26.17% from 255) = 33.17%
R=48.24%
G=18.59%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96376600.610.310.62330.5144.3626.08
Hex60254203D1F3E14b2c1a
Octal1404510207537765135432
Binary1100000100101100001001111011111111111010100101110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602542; }

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

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

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

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

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

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

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

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