#602537

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

Shades of Siren #602537

Tints of Siren #602537

Color information

#602537 (or 0x602537) is unknown color: approx Siren. HEX triplet: 60, 25 and 37. RGB value is (96,37,55). Sum of RGB (Red+Green+Blue) = 96+37+55=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #602537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602537 is #9FDAC8. Grayscale: #383838. Windows color (decimal): -10476233 or 3614048. OLE color: 3614048.

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

Color convert

RGB963755-
CMYK00.610.430.62
HSL341.69º44.36%26.08%-
HSV(B)341.69º61.46%37.65%-
XYZ6.184.094.08-
YUV56.69127.05156.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.06%
GREEN value IS 37 (14.84% from 255) = 19.68%
BLUE value IS 55 (21.88% from 255) = 29.26%
R=51.06%
G=19.68%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96375500.610.430.62341.6944.3626.08
Hex60253703D2B3E1562c1a
Octal140456707553765265432
Binary1100000100101110111011110110101111111010101011010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602537; }

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

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

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

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

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

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

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

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