Shades of Siren #60303B
Tints of Siren #60303B
RGB
CMYK
RGB Variations
Color information
#60303B (or 0x60303B) is known color: Siren. HEX triplet: 60, 30 and 3B. RGB value is (96,48,59). Sum of RGB (Red+Green+Blue) = 96+48+59=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #60303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60303B is #9FCFC4. Grayscale: #3F3F3F. Windows color (decimal): -10473413 or 3879008. OLE color: 3879008.
HSL color Cylindrical-coordinate representation of color #60303B: hue angle of 346.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60303B is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 48 | 59 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.62 |
| HSL | 346.25º | 0.33% | 0.28% | - |
| HSV(B) | 346.25º | 0.5% | 0.38% | - |
| XYZ | 6.67 | 4.92 | 4.74 | - |
| YUV | 63.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 59 | 0 | 0.50 | 0.39 | 0.62 | 346.25 | 0.33 | 0.28 |
| Hex | 60 | 30 | 3B | 0 | 32 | 27 | 3E | 15A | 21 | 1C |
| Octal | 140 | 60 | 73 | 0 | 62 | 47 | 76 | 532 | 41 | 34 |
| Binary | 1100000 | 110000 | 111011 | 0 | 110010 | 100111 | 111110 | 101011010 | 100001 | 11100 |
Color Harmonies of #60303B
Complementary color
Monochromatic Colors of #60303B
Black with #60303B
Text Example
Text Example
White with #60303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60303B; }
p { color: rgb(96,48,59); }
H1.HeaderClassName
{
color: #60303B;
}
.AnyTagClassName
{
color: #60303B;
}
</style>
background-color css
<style>
a { background-color: #60303B; }
a { background-color: rgb(96,48,59); }
div.DivClassName
{
background-color: #60303B;
}
.BgClassName
{
background-color: #60303B;
}
</style>
border-color css
<style>
span { border-color: #60303B; }
span { border-color: rgb(96,48,59); }
td.TdClassName
{
border-color: #60303B;
}
.TagClassName
{
border-color: #60303B;
}
</style>