Shades of Siren #60313E
Tints of Siren #60313E
RGB
CMYK
RGB Variations
Color information
#60313E (or 0x60313E) is known color: Siren. HEX triplet: 60, 31 and 3E. RGB value is (96,49,62). Sum of RGB (Red+Green+Blue) = 96+49+62=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #60313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60313E is #9FCEC1. Grayscale: #404040. Windows color (decimal): -10473154 or 4075872. OLE color: 4075872.
HSL color Cylindrical-coordinate representation of color #60313E: hue angle of 343.4º 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 #60313E is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 49 | 62 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.62 |
| HSL | 343.4º | 0.32% | 0.28% | - |
| HSV(B) | 343.4º | 0.49% | 0.38% | - |
| XYZ | 6.79 | 5.03 | 5.17 | - |
| YUV | 64.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 62 | 0 | 0.49 | 0.35 | 0.62 | 343.4 | 0.32 | 0.28 |
| Hex | 60 | 31 | 3E | 0 | 31 | 23 | 3E | 157 | 20 | 1C |
| Octal | 140 | 61 | 76 | 0 | 61 | 43 | 76 | 527 | 40 | 34 |
| Binary | 1100000 | 110001 | 111110 | 0 | 110001 | 100011 | 111110 | 101010111 | 100000 | 11100 |
Color Harmonies of #60313E
Complementary color
Monochromatic Colors of #60313E
Black with #60313E
Text Example
Text Example
White with #60313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60313E; }
p { color: rgb(96,49,62); }
H1.HeaderClassName
{
color: #60313E;
}
.AnyTagClassName
{
color: #60313E;
}
</style>
background-color css
<style>
a { background-color: #60313E; }
a { background-color: rgb(96,49,62); }
div.DivClassName
{
background-color: #60313E;
}
.BgClassName
{
background-color: #60313E;
}
</style>
border-color css
<style>
span { border-color: #60313E; }
span { border-color: rgb(96,49,62); }
td.TdClassName
{
border-color: #60313E;
}
.TagClassName
{
border-color: #60313E;
}
</style>