Html Css Color HEX #602B37 Siren

📋 copy color: '#602B37'

red 96 ◦ green 43 ◦ blue 55

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

Shades of Siren #602B37

Tints of Siren #602B37

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.16%

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

R = 49.48%
G = 22.16%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#602B37 (or 0x602B37) is known color: Siren. HEX triplet: 60, 2B and 37. RGB value is (96,43,55). Sum of RGB (Red+Green+Blue) = 96+43+55=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 55 (21.88% from 255 or 28.35% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #602B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602B37 is #9FD4C8. Grayscale: #3C3C3C. Windows color (decimal): -10474697 or 3615584. OLE color: 3615584.

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

Color convert

RGB 96 43 55 -
CMYK 0 0.55 0.43 0.62
HSL 346.42º 0.38% 0.27% -
HSV(B) 346.42º 0.55% 0.38% -
XYZ 6.38 4.49 4.15 -
YUV 60.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 96 43 55 0 0.55 0.43 0.62 346.42 0.38 0.27
Hex 60 2B 37 0 37 2B 3E 15A 26 1B
Octal 140 53 67 0 67 53 76 532 46 33
Binary 1100000 101011 110111 0 110111 101011 111110 101011010 100110 11011

Color Harmonies of #602B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602B37

Black with #602B37

Text Example


Text Example

White with #602B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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