Shades of Siren #602D3F
Tints of Siren #602D3F
RGB
CMYK
RGB Variations
Color information
#602D3F (or 0x602D3F) is known color: Siren. HEX triplet: 60, 2D and 3F. RGB value is (96,45,63). Sum of RGB (Red+Green+Blue) = 96+45+63=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #602D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D3F is #9FD2C0. Grayscale: #3E3E3E. Windows color (decimal): -10474177 or 4140384. OLE color: 4140384.
HSL color Cylindrical-coordinate representation of color #602D3F: hue angle of 338.82º 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 #602D3F is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 45 | 63 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.62 |
| HSL | 338.82º | 0.36% | 0.28% | - |
| HSV(B) | 338.82º | 0.53% | 0.38% | - |
| XYZ | 6.66 | 4.72 | 5.26 | - |
| YUV | 62.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 63 | 0 | 0.53 | 0.34 | 0.62 | 338.82 | 0.36 | 0.28 |
| Hex | 60 | 2D | 3F | 0 | 35 | 22 | 3E | 153 | 24 | 1C |
| Octal | 140 | 55 | 77 | 0 | 65 | 42 | 76 | 523 | 44 | 34 |
| Binary | 1100000 | 101101 | 111111 | 0 | 110101 | 100010 | 111110 | 101010011 | 100100 | 11100 |
Color Harmonies of #602D3F
Complementary color
Monochromatic Colors of #602D3F
Black with #602D3F
Text Example
Text Example
White with #602D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D3F; }
p { color: rgb(96,45,63); }
H1.HeaderClassName
{
color: #602D3F;
}
.AnyTagClassName
{
color: #602D3F;
}
</style>
background-color css
<style>
a { background-color: #602D3F; }
a { background-color: rgb(96,45,63); }
div.DivClassName
{
background-color: #602D3F;
}
.BgClassName
{
background-color: #602D3F;
}
</style>
border-color css
<style>
span { border-color: #602D3F; }
span { border-color: rgb(96,45,63); }
td.TdClassName
{
border-color: #602D3F;
}
.TagClassName
{
border-color: #602D3F;
}
</style>