#602037

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

Shades of Siren #602037

Tints of Siren #602037

Color information

#602037 (or 0x602037) is unknown color: approx Siren. HEX triplet: 60, 20 and 37. RGB value is (96,32,55). Sum of RGB (Red+Green+Blue) = 96+32+55=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #602037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602037 is #9FDFC8. Grayscale: #353535. Windows color (decimal): -10477513 or 3612768. OLE color: 3612768.

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

Color convert

RGB963255-
CMYK00.670.430.62
HSL338.44º50%25.1%-
HSV(B)338.44º66.67%37.65%-
XYZ6.033.84.03-
YUV53.76128.7158.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.46%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 55 (21.88% from 255) = 30.05%
R=52.46%
G=17.49%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96325500.670.430.62338.445025.1
Hex6020370432B3E1523219
Octal1404067010353765226231
Binary11000001000001101110100001110101111111010101001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602037; }

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

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

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

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

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

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

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

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