#602039

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

Shades of Siren #602039

Tints of Siren #602039

Color information

#602039 (or 0x602039) is unknown color: approx Siren. HEX triplet: 60, 20 and 39. RGB value is (96,32,57). Sum of RGB (Red+Green+Blue) = 96+32+57=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #602039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602039 is #9FDFC6. Grayscale: #353535. Windows color (decimal): -10477511 or 3743840. OLE color: 3743840.

HSL color Cylindrical-coordinate representation of color #602039: hue angle of 336.56º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602039 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB963257-
CMYK00.670.410.62
HSL336.56º50%25.1%-
HSV(B)336.56º66.67%37.65%-
XYZ6.083.824.29-
YUV53.99129.7157.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 32 (12.89% from 255) = 17.30%
BLUE value IS 57 (22.66% from 255) = 30.81%
R=51.89%
G=17.30%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96325700.670.410.62336.565025.1
Hex602039043293E1513219
Octal1404071010351765216231
Binary11000001000001110010100001110100111111010101000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602039; }

 p { color: rgb(96,32,57); }

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

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

 a { background-color: rgb(96,32,57); }

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

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

 span { border-color: rgb(96,32,57); }

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