Shades of Black Rose #5D2431
Tints of Black Rose #5D2431
RGB
CMYK
RGB Variations
Color information
#5D2431 (or 0x5D2431) is known color: Black Rose. HEX triplet: 5D, 24 and 31. RGB value is (93,36,49). Sum of RGB (Red+Green+Blue) = 93+36+49=178 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.25% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2431 is #A2DBCE. Grayscale: #363636. Windows color (decimal): -10673103 or 3220573. OLE color: 3220573.
HSL color Cylindrical-coordinate representation of color #5D2431: hue angle of 346.32º 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 #5D2431 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 36 | 49 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.64 |
| HSL | 346.32º | 0.44% | 0.25% | - |
| HSV(B) | 346.32º | 0.61% | 0.36% | - |
| XYZ | 5.7 | 3.81 | 3.34 | - |
| YUV | 54.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 36 | 49 | 0 | 0.61 | 0.47 | 0.64 | 346.32 | 0.44 | 0.25 |
| Hex | 5D | 24 | 31 | 0 | 3D | 2F | 40 | 15A | 2C | 19 |
| Octal | 135 | 44 | 61 | 0 | 75 | 57 | 100 | 532 | 54 | 31 |
| Binary | 1011101 | 100100 | 110001 | 0 | 111101 | 101111 | 1000000 | 101011010 | 101100 | 11001 |
Color Harmonies of #5D2431
Complementary color
Monochromatic Colors of #5D2431
Black with #5D2431
Text Example
Text Example
White with #5D2431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2431; }
p { color: rgb(93,36,49); }
H1.HeaderClassName
{
color: #5D2431;
}
.AnyTagClassName
{
color: #5D2431;
}
</style>
background-color css
<style>
a { background-color: #5D2431; }
a { background-color: rgb(93,36,49); }
div.DivClassName
{
background-color: #5D2431;
}
.BgClassName
{
background-color: #5D2431;
}
</style>
border-color css
<style>
span { border-color: #5D2431; }
span { border-color: rgb(93,36,49); }
td.TdClassName
{
border-color: #5D2431;
}
.TagClassName
{
border-color: #5D2431;
}
</style>