Html Css Color HEX #602C39 Siren

📋 copy color: '#602C39'

red 96 ◦ green 44 ◦ blue 57

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

Shades of Siren #602C39

Tints of Siren #602C39

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.34%

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

R = 48.73%
G = 22.34%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#602C39 (or 0x602C39) is known color: Siren. HEX triplet: 60, 2C and 39. RGB value is (96,44,57). Sum of RGB (Red+Green+Blue) = 96+44+57=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 57 (22.66% from 255 or 28.93% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #602C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602C39 is #9FD3C6. Grayscale: #3D3D3D. Windows color (decimal): -10474439 or 3746912. OLE color: 3746912.

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

Color convert

RGB 96 44 57 -
CMYK 0 0.54 0.41 0.62
HSL 345º 0.37% 0.27% -
HSV(B) 345º 0.54% 0.38% -
XYZ 6.46 4.58 4.41 -
YUV 61.03 125.73 152.94 -
System Red Green Blue C M Y K H S L
Decimal 96 44 57 0 0.54 0.41 0.62 345 0.37 0.27
Hex 60 2C 39 0 36 29 3E 159 25 1B
Octal 140 54 71 0 66 51 76 531 45 33
Binary 1100000 101100 111001 0 110110 101001 111110 101011001 100101 11011

Color Harmonies of #602C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602C39

Black with #602C39

Text Example


Text Example

White with #602C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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