#602D37

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

Shades of Siren #602D37

Tints of Siren #602D37

Color information

#602D37 (or 0x602D37) is unknown color: approx Siren. HEX triplet: 60, 2D and 37. RGB value is (96,45,55). Sum of RGB (Red+Green+Blue) = 96+45+55=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 55 (21.88% from 255 or 28.06% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #602D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D37 is #9FD2C8. Grayscale: #3D3D3D. Windows color (decimal): -10474185 or 3616096. OLE color: 3616096.

HSL color Cylindrical-coordinate representation of color #602D37: hue angle of 348.24º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #602D37 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB964555-
CMYK00.530.430.62
HSL348.24º36.17%27.65%-
HSV(B)348.24º53.12%37.65%-
XYZ6.454.644.17-
YUV61.39124.4152.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 45 (17.97% from 255) = 22.96%
BLUE value IS 55 (21.88% from 255) = 28.06%
R=48.98%
G=22.96%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96455500.530.430.62348.2436.1727.65
Hex602D370352B3E15c241c
Octal140556706553765344434
Binary1100000101101110111011010110101111111010101110010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602D37; }

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

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

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

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

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

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

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

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