#602548

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

Shades of Pompadour #602548

Tints of Pompadour #602548

Color information

#602548 (or 0x602548) is unknown color: approx Pompadour. HEX triplet: 60, 25 and 48. RGB value is (96,37,72). Sum of RGB (Red+Green+Blue) = 96+37+72=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #602548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602548 is #9FDAB7. Grayscale: #3A3A3A. Windows color (decimal): -10476216 or 4728160. OLE color: 4728160.

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

Color convert

RGB963772-
CMYK00.610.250.62
HSL324.41º44.36%26.08%-
HSV(B)324.41º61.46%37.65%-
XYZ6.664.286.61-
YUV58.63135.55154.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 37 (14.84% from 255) = 18.05%
BLUE value IS 72 (28.52% from 255) = 35.12%
R=46.83%
G=18.05%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96377200.610.250.62324.4144.3626.08
Hex60254803D193E1442c1a
Octal1404511007531765045432
Binary1100000100101100100001111011100111111010100010010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602548; }

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

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

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

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

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

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

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

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