Shades of Siren #5D2A3F
Tints of Siren #5D2A3F
RGB
CMYK
RGB Variations
Color information
#5D2A3F (or 0x5D2A3F) is known color: Siren. HEX triplet: 5D, 2A and 3F. RGB value is (93,42,63). Sum of RGB (Red+Green+Blue) = 93+42+63=198 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.97% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2A3F is #A2D5C0. Grayscale: #3B3B3B. Windows color (decimal): -10671553 or 4139613. OLE color: 4139613.
HSL color Cylindrical-coordinate representation of color #5D2A3F: hue angle of 335.29º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D2A3F is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 42 | 63 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.64 |
| HSL | 335.29º | 0.38% | 0.26% | - |
| HSV(B) | 335.29º | 0.55% | 0.36% | - |
| XYZ | 6.24 | 4.34 | 5.21 | - |
| YUV | 59.64 | 129.9 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 42 | 63 | 0 | 0.55 | 0.32 | 0.64 | 335.29 | 0.38 | 0.26 |
| Hex | 5D | 2A | 3F | 0 | 37 | 20 | 40 | 14F | 26 | 1A |
| Octal | 135 | 52 | 77 | 0 | 67 | 40 | 100 | 517 | 46 | 32 |
| Binary | 1011101 | 101010 | 111111 | 0 | 110111 | 100000 | 1000000 | 101001111 | 100110 | 11010 |
Color Harmonies of #5D2A3F
Complementary color
Monochromatic Colors of #5D2A3F
Black with #5D2A3F
Text Example
Text Example
White with #5D2A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2A3F; }
p { color: rgb(93,42,63); }
H1.HeaderClassName
{
color: #5D2A3F;
}
.AnyTagClassName
{
color: #5D2A3F;
}
</style>
background-color css
<style>
a { background-color: #5D2A3F; }
a { background-color: rgb(93,42,63); }
div.DivClassName
{
background-color: #5D2A3F;
}
.BgClassName
{
background-color: #5D2A3F;
}
</style>
border-color css
<style>
span { border-color: #5D2A3F; }
span { border-color: rgb(93,42,63); }
td.TdClassName
{
border-color: #5D2A3F;
}
.TagClassName
{
border-color: #5D2A3F;
}
</style>