Html Css Color HEX #602C36 Siren

📋 copy color: '#602C36'

red 96 ◦ green 44 ◦ blue 54

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

Shades of Siren #602C36

Tints of Siren #602C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 27.84%

R = 49.48%
G = 22.68%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#602C36 (or 0x602C36) is known color: Siren. HEX triplet: 60, 2C and 36. RGB value is (96,44,54). Sum of RGB (Red+Green+Blue) = 96+44+54=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #602C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602C36 is #9FD3C9. Grayscale: #3C3C3C. Windows color (decimal): -10474442 or 3550304. OLE color: 3550304.

HSL color Cylindrical-coordinate representation of color #602C36: hue angle of 348.46º 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 #602C36 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 44 54 -
CMYK 0 0.54 0.44 0.62
HSL 348.46º 0.37% 0.27% -
HSV(B) 348.46º 0.54% 0.38% -
XYZ 6.39 4.55 4.03 -
YUV 60.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 96 44 54 0 0.54 0.44 0.62 348.46 0.37 0.27
Hex 60 2C 36 0 36 2C 3E 15C 25 1B
Octal 140 54 66 0 66 54 76 534 45 33
Binary 1100000 101100 110110 0 110110 101100 111110 101011100 100101 11011

Color Harmonies of #602C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602C36

Black with #602C36

Text Example


Text Example

White with #602C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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