Shades of Siren #60313C
Tints of Siren #60313C
RGB
CMYK
RGB Variations
Color information
#60313C (or 0x60313C) is known color: Siren. HEX triplet: 60, 31 and 3C. RGB value is (96,49,60). Sum of RGB (Red+Green+Blue) = 96+49+60=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #60313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60313C is #9FCEC3. Grayscale: #404040. Windows color (decimal): -10473156 or 3944800. OLE color: 3944800.
HSL color Cylindrical-coordinate representation of color #60313C: hue angle of 345.96º 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 #60313C is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 49 | 60 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.62 |
| HSL | 345.96º | 0.32% | 0.28% | - |
| HSV(B) | 345.96º | 0.49% | 0.38% | - |
| XYZ | 6.74 | 5.01 | 4.89 | - |
| YUV | 64.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 60 | 0 | 0.49 | 0.38 | 0.62 | 345.96 | 0.32 | 0.28 |
| Hex | 60 | 31 | 3C | 0 | 31 | 26 | 3E | 15A | 20 | 1C |
| Octal | 140 | 61 | 74 | 0 | 61 | 46 | 76 | 532 | 40 | 34 |
| Binary | 1100000 | 110001 | 111100 | 0 | 110001 | 100110 | 111110 | 101011010 | 100000 | 11100 |
Color Harmonies of #60313C
Complementary color
Monochromatic Colors of #60313C
Black with #60313C
Text Example
Text Example
White with #60313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60313C; }
p { color: rgb(96,49,60); }
H1.HeaderClassName
{
color: #60313C;
}
.AnyTagClassName
{
color: #60313C;
}
</style>
background-color css
<style>
a { background-color: #60313C; }
a { background-color: rgb(96,49,60); }
div.DivClassName
{
background-color: #60313C;
}
.BgClassName
{
background-color: #60313C;
}
</style>
border-color css
<style>
span { border-color: #60313C; }
span { border-color: rgb(96,49,60); }
td.TdClassName
{
border-color: #60313C;
}
.TagClassName
{
border-color: #60313C;
}
</style>