Shades of Black Rose #5D2031
Tints of Black Rose #5D2031
RGB
CMYK
RGB Variations
Color information
#5D2031 (or 0x5D2031) is known color: Black Rose. HEX triplet: 5D, 20 and 31. RGB value is (93,32,49). Sum of RGB (Red+Green+Blue) = 93+32+49=174 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.45% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2031 is #A2DFCE. Grayscale: #343434. Windows color (decimal): -10674127 or 3219549. OLE color: 3219549.
HSL color Cylindrical-coordinate representation of color #5D2031: hue angle of 343.28º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D2031 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 32 | 49 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.64 |
| HSL | 343.28º | 0.49% | 0.25% | - |
| HSV(B) | 343.28º | 0.66% | 0.36% | - |
| XYZ | 5.59 | 3.58 | 3.3 | - |
| YUV | 52.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 32 | 49 | 0 | 0.66 | 0.47 | 0.64 | 343.28 | 0.49 | 0.25 |
| Hex | 5D | 20 | 31 | 0 | 42 | 2F | 40 | 157 | 31 | 19 |
| Octal | 135 | 40 | 61 | 0 | 102 | 57 | 100 | 527 | 61 | 31 |
| Binary | 1011101 | 100000 | 110001 | 0 | 1000010 | 101111 | 1000000 | 101010111 | 110001 | 11001 |
Color Harmonies of #5D2031
Complementary color
Monochromatic Colors of #5D2031
Black with #5D2031
Text Example
Text Example
White with #5D2031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2031; }
p { color: rgb(93,32,49); }
H1.HeaderClassName
{
color: #5D2031;
}
.AnyTagClassName
{
color: #5D2031;
}
</style>
background-color css
<style>
a { background-color: #5D2031; }
a { background-color: rgb(93,32,49); }
div.DivClassName
{
background-color: #5D2031;
}
.BgClassName
{
background-color: #5D2031;
}
</style>
border-color css
<style>
span { border-color: #5D2031; }
span { border-color: rgb(93,32,49); }
td.TdClassName
{
border-color: #5D2031;
}
.TagClassName
{
border-color: #5D2031;
}
</style>