Shades of Siren #5D313E
Tints of Siren #5D313E
RGB
CMYK
RGB Variations
Color information
#5D313E (or 0x5D313E) is known color: Siren. HEX triplet: 5D, 31 and 3E. RGB value is (93,49,62). Sum of RGB (Red+Green+Blue) = 93+49+62=204 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.59% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 93 - color contains mainly: red. Hex color #5D313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D313E is #A2CEC1. Grayscale: #3F3F3F. Windows color (decimal): -10669762 or 4075869. OLE color: 4075869.
HSL color Cylindrical-coordinate representation of color #5D313E: hue angle of 342.27º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D313E is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 49 | 62 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.64 |
| HSL | 342.27º | 0.31% | 0.28% | - |
| HSV(B) | 342.27º | 0.47% | 0.36% | - |
| XYZ | 6.48 | 4.87 | 5.16 | - |
| YUV | 63.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 49 | 62 | 0 | 0.47 | 0.33 | 0.64 | 342.27 | 0.31 | 0.28 |
| Hex | 5D | 31 | 3E | 0 | 2F | 21 | 40 | 156 | 1F | 1C |
| Octal | 135 | 61 | 76 | 0 | 57 | 41 | 100 | 526 | 37 | 34 |
| Binary | 1011101 | 110001 | 111110 | 0 | 101111 | 100001 | 1000000 | 101010110 | 11111 | 11100 |
Color Harmonies of #5D313E
Complementary color
Monochromatic Colors of #5D313E
Black with #5D313E
Text Example
Text Example
White with #5D313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D313E; }
p { color: rgb(93,49,62); }
H1.HeaderClassName
{
color: #5D313E;
}
.AnyTagClassName
{
color: #5D313E;
}
</style>
background-color css
<style>
a { background-color: #5D313E; }
a { background-color: rgb(93,49,62); }
div.DivClassName
{
background-color: #5D313E;
}
.BgClassName
{
background-color: #5D313E;
}
</style>
border-color css
<style>
span { border-color: #5D313E; }
span { border-color: rgb(93,49,62); }
td.TdClassName
{
border-color: #5D313E;
}
.TagClassName
{
border-color: #5D313E;
}
</style>