#602546

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

Shades of Pompadour #602546

Tints of Pompadour #602546

Color information

#602546 (or 0x602546) is unknown color: approx Pompadour. HEX triplet: 60, 25 and 46. RGB value is (96,37,70). Sum of RGB (Red+Green+Blue) = 96+37+70=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #602546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602546 is #9FDAB9. Grayscale: #3A3A3A. Windows color (decimal): -10476218 or 4597088. OLE color: 4597088.

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

Color convert

RGB963770-
CMYK00.610.270.62
HSL326.44º44.36%26.08%-
HSV(B)326.44º61.46%37.65%-
XYZ6.594.256.27-
YUV58.4134.55154.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.29%
GREEN value IS 37 (14.84% from 255) = 18.23%
BLUE value IS 70 (27.73% from 255) = 34.48%
R=47.29%
G=18.23%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96377000.610.270.62326.4444.3626.08
Hex60254603D1B3E1462c1a
Octal1404510607533765065432
Binary1100000100101100011001111011101111111010100011010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602546; }

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

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

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

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

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

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

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

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