Html Css Color HEX #602237 Siren

📋 copy color: '#602237'

red 96 ◦ green 34 ◦ blue 55

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

Shades of Siren #602237

Tints of Siren #602237

RGB

 RED value IS 96 (37.89% from 255) = 51.89%

 GREEN value IS 34 (13.67% from 255) = 18.38%

 BLUE value IS 55 (21.88% from 255) = 29.73%

R = 51.89%
G = 18.38%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#602237 (or 0x602237) is known color: Siren. HEX triplet: 60, 22 and 37. RGB value is (96,34,55). Sum of RGB (Red+Green+Blue) = 96+34+55=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #602237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602237 is #9FDDC8. Grayscale: #363636. Windows color (decimal): -10477001 or 3613280. OLE color: 3613280.

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

Color convert

RGB 96 34 55 -
CMYK 0 0.65 0.43 0.62
HSL 339.68º 0.48% 0.25% -
HSV(B) 339.68º 0.65% 0.38% -
XYZ 6.09 3.91 4.05 -
YUV 54.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 96 34 55 0 0.65 0.43 0.62 339.68 0.48 0.25
Hex 60 22 37 0 41 2B 3E 154 30 19
Octal 140 42 67 0 101 53 76 524 60 31
Binary 1100000 100010 110111 0 1000001 101011 111110 101010100 110000 11001

Color Harmonies of #602237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602237

Black with #602237

Text Example


Text Example

White with #602237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602237; }

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

 H1.HeaderClassName
 {
   color: #602237;
 }
 .AnyTagClassName
 {
   color: #602237;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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