Shades of Siren #602C3B
Tints of Siren #602C3B
RGB
CMYK
RGB Variations
Color information
#602C3B (or 0x602C3B) is known color: Siren. HEX triplet: 60, 2C and 3B. RGB value is (96,44,59). Sum of RGB (Red+Green+Blue) = 96+44+59=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #602C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602C3B is #9FD3C4. Grayscale: #3D3D3D. Windows color (decimal): -10474437 or 3877984. OLE color: 3877984.
HSL color Cylindrical-coordinate representation of color #602C3B: hue angle of 342.69º 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 #602C3B is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 44 | 59 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.62 |
| HSL | 342.69º | 0.37% | 0.27% | - |
| HSV(B) | 342.69º | 0.54% | 0.38% | - |
| XYZ | 6.51 | 4.6 | 4.68 | - |
| YUV | 61.26 | 126.73 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 59 | 0 | 0.54 | 0.39 | 0.62 | 342.69 | 0.37 | 0.27 |
| Hex | 60 | 2C | 3B | 0 | 36 | 27 | 3E | 157 | 25 | 1B |
| Octal | 140 | 54 | 73 | 0 | 66 | 47 | 76 | 527 | 45 | 33 |
| Binary | 1100000 | 101100 | 111011 | 0 | 110110 | 100111 | 111110 | 101010111 | 100101 | 11011 |
Color Harmonies of #602C3B
Complementary color
Monochromatic Colors of #602C3B
Black with #602C3B
Text Example
Text Example
White with #602C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602C3B; }
p { color: rgb(96,44,59); }
H1.HeaderClassName
{
color: #602C3B;
}
.AnyTagClassName
{
color: #602C3B;
}
</style>
background-color css
<style>
a { background-color: #602C3B; }
a { background-color: rgb(96,44,59); }
div.DivClassName
{
background-color: #602C3B;
}
.BgClassName
{
background-color: #602C3B;
}
</style>
border-color css
<style>
span { border-color: #602C3B; }
span { border-color: rgb(96,44,59); }
td.TdClassName
{
border-color: #602C3B;
}
.TagClassName
{
border-color: #602C3B;
}
</style>