Shades of Siren #60313A
Tints of Siren #60313A
RGB
CMYK
RGB Variations
Color information
#60313A (or 0x60313A) is known color: Siren. HEX triplet: 60, 31 and 3A. RGB value is (96,49,58). Sum of RGB (Red+Green+Blue) = 96+49+58=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #60313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60313A is #9FCEC5. Grayscale: #404040. Windows color (decimal): -10473158 or 3813728. OLE color: 3813728.
HSL color Cylindrical-coordinate representation of color #60313A: hue angle of 348.51º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60313A is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 49 | 58 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.62 |
| HSL | 348.51º | 0.32% | 0.28% | - |
| HSV(B) | 348.51º | 0.49% | 0.38% | - |
| XYZ | 6.69 | 4.99 | 4.61 | - |
| YUV | 64.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 58 | 0 | 0.49 | 0.40 | 0.62 | 348.51 | 0.32 | 0.28 |
| Hex | 60 | 31 | 3A | 0 | 31 | 28 | 3E | 15D | 20 | 1C |
| Octal | 140 | 61 | 72 | 0 | 61 | 50 | 76 | 535 | 40 | 34 |
| Binary | 1100000 | 110001 | 111010 | 0 | 110001 | 101000 | 111110 | 101011101 | 100000 | 11100 |
Color Harmonies of #60313A
Complementary color
Monochromatic Colors of #60313A
Black with #60313A
Text Example
Text Example
White with #60313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60313A; }
p { color: rgb(96,49,58); }
H1.HeaderClassName
{
color: #60313A;
}
.AnyTagClassName
{
color: #60313A;
}
</style>
background-color css
<style>
a { background-color: #60313A; }
a { background-color: rgb(96,49,58); }
div.DivClassName
{
background-color: #60313A;
}
.BgClassName
{
background-color: #60313A;
}
</style>
border-color css
<style>
span { border-color: #60313A; }
span { border-color: rgb(96,49,58); }
td.TdClassName
{
border-color: #60313A;
}
.TagClassName
{
border-color: #60313A;
}
</style>