Html Css Color HEX #602835 Siren

📋 copy color: '#602835'

red 96 ◦ green 40 ◦ blue 53

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

Shades of Siren #602835

Tints of Siren #602835

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.16%

 BLUE value IS 53 (21.09% from 255) = 28.04%

R = 50.79%
G = 21.16%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#602835 (or 0x602835) is known color: Siren. HEX triplet: 60, 28 and 35. RGB value is (96,40,53). Sum of RGB (Red+Green+Blue) = 96+40+53=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #602835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602835 is #9FD7CA. Grayscale: #3A3A3A. Windows color (decimal): -10475467 or 3483744. OLE color: 3483744.

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

Color convert

RGB 96 40 53 -
CMYK 0 0.58 0.45 0.62
HSL 346.07º 0.41% 0.27% -
HSV(B) 346.07º 0.58% 0.38% -
XYZ 6.23 4.26 3.86 -
YUV 58.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 96 40 53 0 0.58 0.45 0.62 346.07 0.41 0.27
Hex 60 28 35 0 3A 2D 3E 15A 29 1B
Octal 140 50 65 0 72 55 76 532 51 33
Binary 1100000 101000 110101 0 111010 101101 111110 101011010 101001 11011

Color Harmonies of #602835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602835

Black with #602835

Text Example


Text Example

White with #602835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602835; }

 p { color: rgb(96,40,53); }

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

background-color css

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

 a { background-color: rgb(96,40,53); }

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

border-color css

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

 span { border-color: rgb(96,40,53); }

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