#602545

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

Shades of Pompadour #602545

Tints of Pompadour #602545

Color information

#602545 (or 0x602545) is unknown color: approx Pompadour. HEX triplet: 60, 25 and 45. RGB value is (96,37,69). Sum of RGB (Red+Green+Blue) = 96+37+69=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #602545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602545 is #9FDABA. Grayscale: #3A3A3A. Windows color (decimal): -10476219 or 4531552. OLE color: 4531552.

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

Color convert

RGB963769-
CMYK00.610.280.62
HSL327.46º44.36%26.08%-
HSV(B)327.46º61.46%37.65%-
XYZ6.564.246.1-
YUV58.29134.05154.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.52%
GREEN value IS 37 (14.84% from 255) = 18.32%
BLUE value IS 69 (27.34% from 255) = 34.16%
R=47.52%
G=18.32%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96376900.610.280.62327.4644.3626.08
Hex60254503D1C3E1472c1a
Octal1404510507534765075432
Binary1100000100101100010101111011110011111010100011110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602545; }

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

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

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

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

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

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

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

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