#602544

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

Shades of Pompadour #602544

Tints of Pompadour #602544

Color information

#602544 (or 0x602544) is unknown color: approx Pompadour. HEX triplet: 60, 25 and 44. RGB value is (96,37,68). Sum of RGB (Red+Green+Blue) = 96+37+68=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #602544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602544 is #9FDABB. Grayscale: #3A3A3A. Windows color (decimal): -10476220 or 4466016. OLE color: 4466016.

HSL color Cylindrical-coordinate representation of color #602544: hue angle of 328.47º 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 #602544 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB963768-
CMYK00.610.290.62
HSL328.47º44.36%26.08%-
HSV(B)328.47º61.46%37.65%-
XYZ6.534.235.94-
YUV58.18133.55154.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.76%
GREEN value IS 37 (14.84% from 255) = 18.41%
BLUE value IS 68 (26.95% from 255) = 33.83%
R=47.76%
G=18.41%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96376800.610.290.62328.4744.3626.08
Hex60254403D1D3E1482c1a
Octal1404510407535765105432
Binary1100000100101100010001111011110111111010100100010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602544; }

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

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

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

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

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

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

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

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