Shades of Siren #602D3B
Tints of Siren #602D3B
RGB
CMYK
RGB Variations
Color information
#602D3B (or 0x602D3B) is known color: Siren. HEX triplet: 60, 2D and 3B. RGB value is (96,45,59). Sum of RGB (Red+Green+Blue) = 96+45+59=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #602D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D3B is #9FD2C4. Grayscale: #3D3D3D. Windows color (decimal): -10474181 or 3878240. OLE color: 3878240.
HSL color Cylindrical-coordinate representation of color #602D3B: hue angle of 343.53º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #602D3B is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 45 | 59 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.62 |
| HSL | 343.53º | 0.36% | 0.28% | - |
| HSV(B) | 343.53º | 0.53% | 0.38% | - |
| XYZ | 6.55 | 4.68 | 4.7 | - |
| YUV | 61.85 | 126.4 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 59 | 0 | 0.53 | 0.39 | 0.62 | 343.53 | 0.36 | 0.28 |
| Hex | 60 | 2D | 3B | 0 | 35 | 27 | 3E | 158 | 24 | 1C |
| Octal | 140 | 55 | 73 | 0 | 65 | 47 | 76 | 530 | 44 | 34 |
| Binary | 1100000 | 101101 | 111011 | 0 | 110101 | 100111 | 111110 | 101011000 | 100100 | 11100 |
Color Harmonies of #602D3B
Complementary color
Monochromatic Colors of #602D3B
Black with #602D3B
Text Example
Text Example
White with #602D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D3B; }
p { color: rgb(96,45,59); }
H1.HeaderClassName
{
color: #602D3B;
}
.AnyTagClassName
{
color: #602D3B;
}
</style>
background-color css
<style>
a { background-color: #602D3B; }
a { background-color: rgb(96,45,59); }
div.DivClassName
{
background-color: #602D3B;
}
.BgClassName
{
background-color: #602D3B;
}
</style>
border-color css
<style>
span { border-color: #602D3B; }
span { border-color: rgb(96,45,59); }
td.TdClassName
{
border-color: #602D3B;
}
.TagClassName
{
border-color: #602D3B;
}
</style>