Html Css Color HEX #602537 Siren

📋 copy color: '#602537'

red 96 ◦ green 37 ◦ blue 55

#602537
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Siren #602537

Tints of Siren #602537

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 value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#602537 (or 0x602537) is known color: 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

RGB 96 37 55 -
CMYK 0 0.61 0.43 0.62
HSL 341.69º 0.44% 0.26% -
HSV(B) 341.69º 0.61% 0.38% -
XYZ 6.18 4.09 4.08 -
YUV 56.69 127.05 156.04 -
System Red Green Blue C M Y K H S L
Decimal 96 37 55 0 0.61 0.43 0.62 341.69 0.44 0.26
Hex 60 25 37 0 3D 2B 3E 156 2C 1A
Octal 140 45 67 0 75 53 76 526 54 32
Binary 1100000 100101 110111 0 111101 101011 111110 101010110 101100 11010

Color Harmonies of #602537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602537

Black with #602537

Text Example


Text Example

White with #602537

Text Example


Text Example

HTML Codes & Css Web 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>