Shades of Black Rose #5D2437
Tints of Black Rose #5D2437
RGB
CMYK
RGB Variations
Color information
#5D2437 (or 0x5D2437) is known color: Black Rose. HEX triplet: 5D, 24 and 37. RGB value is (93,36,55). Sum of RGB (Red+Green+Blue) = 93+36+55=184 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.54% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 55 (21.88% from 255 or 29.89% from 184); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2437 is #A2DBC8. Grayscale: #373737. Windows color (decimal): -10673097 or 3613789. OLE color: 3613789.
HSL color Cylindrical-coordinate representation of color #5D2437: hue angle of 340º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D2437 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 36 | 55 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.64 |
| HSL | 340º | 0.44% | 0.25% | - |
| HSV(B) | 340º | 0.61% | 0.36% | - |
| XYZ | 5.83 | 3.86 | 4.05 | - |
| YUV | 55.21 | 127.88 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 36 | 55 | 0 | 0.61 | 0.41 | 0.64 | 340 | 0.44 | 0.25 |
| Hex | 5D | 24 | 37 | 0 | 3D | 29 | 40 | 154 | 2C | 19 |
| Octal | 135 | 44 | 67 | 0 | 75 | 51 | 100 | 524 | 54 | 31 |
| Binary | 1011101 | 100100 | 110111 | 0 | 111101 | 101001 | 1000000 | 101010100 | 101100 | 11001 |
Color Harmonies of #5D2437
Complementary color
Monochromatic Colors of #5D2437
Black with #5D2437
Text Example
Text Example
White with #5D2437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2437; }
p { color: rgb(93,36,55); }
H1.HeaderClassName
{
color: #5D2437;
}
.AnyTagClassName
{
color: #5D2437;
}
</style>
background-color css
<style>
a { background-color: #5D2437; }
a { background-color: rgb(93,36,55); }
div.DivClassName
{
background-color: #5D2437;
}
.BgClassName
{
background-color: #5D2437;
}
</style>
border-color css
<style>
span { border-color: #5D2437; }
span { border-color: rgb(93,36,55); }
td.TdClassName
{
border-color: #5D2437;
}
.TagClassName
{
border-color: #5D2437;
}
</style>