Html Css Color HEX #602A39 Siren

📋 copy color: '#602A39'

red 96 ◦ green 42 ◦ blue 57

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

Shades of Siren #602A39

Tints of Siren #602A39

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.54%

 BLUE value IS 57 (22.66% from 255) = 29.23%

R = 49.23%
G = 21.54%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#602A39 (or 0x602A39) is known color: Siren. HEX triplet: 60, 2A and 39. RGB value is (96,42,57). Sum of RGB (Red+Green+Blue) = 96+42+57=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 57 (22.66% from 255 or 29.23% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #602A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602A39 is #9FD5C6. Grayscale: #3B3B3B. Windows color (decimal): -10474951 or 3746400. OLE color: 3746400.

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

Color convert

RGB 96 42 57 -
CMYK 0 0.56 0.41 0.62
HSL 343.33º 0.39% 0.27% -
HSV(B) 343.33º 0.56% 0.38% -
XYZ 6.39 4.44 4.39 -
YUV 59.86 126.39 153.78 -
System Red Green Blue C M Y K H S L
Decimal 96 42 57 0 0.56 0.41 0.62 343.33 0.39 0.27
Hex 60 2A 39 0 38 29 3E 157 27 1B
Octal 140 52 71 0 70 51 76 527 47 33
Binary 1100000 101010 111001 0 111000 101001 111110 101010111 100111 11011

Color Harmonies of #602A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602A39

Black with #602A39

Text Example


Text Example

White with #602A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,42,57); }

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

background-color css

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

 a { background-color: rgb(96,42,57); }

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

border-color css

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

 span { border-color: rgb(96,42,57); }

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