Shades of Siren #5D293D
Tints of Siren #5D293D
RGB
CMYK
RGB Variations
Color information
#5D293D (or 0x5D293D) is known color: Siren. HEX triplet: 5D, 29 and 3D. RGB value is (93,41,61). Sum of RGB (Red+Green+Blue) = 93+41+61=195 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.69% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 93 - color contains mainly: red. Hex color #5D293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D293D is #A2D6C2. Grayscale: #3A3A3A. Windows color (decimal): -10671811 or 4008285. OLE color: 4008285.
HSL color Cylindrical-coordinate representation of color #5D293D: hue angle of 336.92º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D293D is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 41 | 61 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.64 |
| HSL | 336.92º | 0.39% | 0.26% | - |
| HSV(B) | 336.92º | 0.56% | 0.36% | - |
| XYZ | 6.15 | 4.25 | 4.91 | - |
| YUV | 58.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 41 | 61 | 0 | 0.56 | 0.34 | 0.64 | 336.92 | 0.39 | 0.26 |
| Hex | 5D | 29 | 3D | 0 | 38 | 22 | 40 | 151 | 27 | 1A |
| Octal | 135 | 51 | 75 | 0 | 70 | 42 | 100 | 521 | 47 | 32 |
| Binary | 1011101 | 101001 | 111101 | 0 | 111000 | 100010 | 1000000 | 101010001 | 100111 | 11010 |
Color Harmonies of #5D293D
Complementary color
Monochromatic Colors of #5D293D
Black with #5D293D
Text Example
Text Example
White with #5D293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D293D; }
p { color: rgb(93,41,61); }
H1.HeaderClassName
{
color: #5D293D;
}
.AnyTagClassName
{
color: #5D293D;
}
</style>
background-color css
<style>
a { background-color: #5D293D; }
a { background-color: rgb(93,41,61); }
div.DivClassName
{
background-color: #5D293D;
}
.BgClassName
{
background-color: #5D293D;
}
</style>
border-color css
<style>
span { border-color: #5D293D; }
span { border-color: rgb(93,41,61); }
td.TdClassName
{
border-color: #5D293D;
}
.TagClassName
{
border-color: #5D293D;
}
</style>