Shades of Black Rose #5B2431
Tints of Black Rose #5B2431
RGB
CMYK
RGB Variations
Color information
#5B2431 (or 0x5B2431) is known color: Black Rose. HEX triplet: 5B, 24 and 31. RGB value is (91,36,49). Sum of RGB (Red+Green+Blue) = 91+36+49=176 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.70% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2431 is #A4DBCE. Grayscale: #353535. Windows color (decimal): -10804175 or 3220571. OLE color: 3220571.
HSL color Cylindrical-coordinate representation of color #5B2431: hue angle of 345.82º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B2431 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 36 | 49 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.64 |
| HSL | 345.82º | 0.43% | 0.25% | - |
| HSV(B) | 345.82º | 0.6% | 0.36% | - |
| XYZ | 5.5 | 3.71 | 3.33 | - |
| YUV | 53.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 36 | 49 | 0 | 0.60 | 0.46 | 0.64 | 345.82 | 0.43 | 0.25 |
| Hex | 5B | 24 | 31 | 0 | 3C | 2E | 40 | 15A | 2B | 19 |
| Octal | 133 | 44 | 61 | 0 | 74 | 56 | 100 | 532 | 53 | 31 |
| Binary | 1011011 | 100100 | 110001 | 0 | 111100 | 101110 | 1000000 | 101011010 | 101011 | 11001 |
Color Harmonies of #5B2431
Complementary color
Monochromatic Colors of #5B2431
Black with #5B2431
Text Example
Text Example
White with #5B2431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2431; }
p { color: rgb(91,36,49); }
H1.HeaderClassName
{
color: #5B2431;
}
.AnyTagClassName
{
color: #5B2431;
}
</style>
background-color css
<style>
a { background-color: #5B2431; }
a { background-color: rgb(91,36,49); }
div.DivClassName
{
background-color: #5B2431;
}
.BgClassName
{
background-color: #5B2431;
}
</style>
border-color css
<style>
span { border-color: #5B2431; }
span { border-color: rgb(91,36,49); }
td.TdClassName
{
border-color: #5B2431;
}
.TagClassName
{
border-color: #5B2431;
}
</style>