Shades of Siren #5D2C41
Tints of Siren #5D2C41
RGB
CMYK
RGB Variations
Color information
#5D2C41 (or 0x5D2C41) is known color: Siren. HEX triplet: 5D, 2C and 41. RGB value is (93,44,65). Sum of RGB (Red+Green+Blue) = 93+44+65=202 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.04% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2C41 is #A2D3BE. Grayscale: #3D3D3D. Windows color (decimal): -10671039 or 4271197. OLE color: 4271197.
HSL color Cylindrical-coordinate representation of color #5D2C41: hue angle of 334.29º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D2C41 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 44 | 65 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.64 |
| HSL | 334.29º | 0.36% | 0.27% | - |
| HSV(B) | 334.29º | 0.53% | 0.36% | - |
| XYZ | 6.37 | 4.51 | 5.54 | - |
| YUV | 61.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 44 | 65 | 0 | 0.53 | 0.30 | 0.64 | 334.29 | 0.36 | 0.27 |
| Hex | 5D | 2C | 41 | 0 | 35 | 1E | 40 | 14E | 24 | 1B |
| Octal | 135 | 54 | 101 | 0 | 65 | 36 | 100 | 516 | 44 | 33 |
| Binary | 1011101 | 101100 | 1000001 | 0 | 110101 | 11110 | 1000000 | 101001110 | 100100 | 11011 |
Color Harmonies of #5D2C41
Complementary color
Monochromatic Colors of #5D2C41
Black with #5D2C41
Text Example
Text Example
White with #5D2C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2C41; }
p { color: rgb(93,44,65); }
H1.HeaderClassName
{
color: #5D2C41;
}
.AnyTagClassName
{
color: #5D2C41;
}
</style>
background-color css
<style>
a { background-color: #5D2C41; }
a { background-color: rgb(93,44,65); }
div.DivClassName
{
background-color: #5D2C41;
}
.BgClassName
{
background-color: #5D2C41;
}
</style>
border-color css
<style>
span { border-color: #5D2C41; }
span { border-color: rgb(93,44,65); }
td.TdClassName
{
border-color: #5D2C41;
}
.TagClassName
{
border-color: #5D2C41;
}
</style>