Shades of Black Rose #5B2436
Tints of Black Rose #5B2436
RGB
CMYK
RGB Variations
Color information
#5B2436 (or 0x5B2436) is known color: Black Rose. HEX triplet: 5B, 24 and 36. RGB value is (91,36,54). Sum of RGB (Red+Green+Blue) = 91+36+54=181 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.28% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 54 (21.48% from 255 or 29.83% from 181); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2436 is #A4DBC9. Grayscale: #363636. Windows color (decimal): -10804170 or 3548251. OLE color: 3548251.
HSL color Cylindrical-coordinate representation of color #5B2436: hue angle of 340.36º 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 #5B2436 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 36 | 54 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.64 |
| HSL | 340.36º | 0.43% | 0.25% | - |
| HSV(B) | 340.36º | 0.6% | 0.36% | - |
| XYZ | 5.61 | 3.75 | 3.92 | - |
| YUV | 54.5 | 127.72 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 36 | 54 | 0 | 0.60 | 0.41 | 0.64 | 340.36 | 0.43 | 0.25 |
| Hex | 5B | 24 | 36 | 0 | 3C | 29 | 40 | 154 | 2B | 19 |
| Octal | 133 | 44 | 66 | 0 | 74 | 51 | 100 | 524 | 53 | 31 |
| Binary | 1011011 | 100100 | 110110 | 0 | 111100 | 101001 | 1000000 | 101010100 | 101011 | 11001 |
Color Harmonies of #5B2436
Complementary color
Monochromatic Colors of #5B2436
Black with #5B2436
Text Example
Text Example
White with #5B2436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2436; }
p { color: rgb(91,36,54); }
H1.HeaderClassName
{
color: #5B2436;
}
.AnyTagClassName
{
color: #5B2436;
}
</style>
background-color css
<style>
a { background-color: #5B2436; }
a { background-color: rgb(91,36,54); }
div.DivClassName
{
background-color: #5B2436;
}
.BgClassName
{
background-color: #5B2436;
}
</style>
border-color css
<style>
span { border-color: #5B2436; }
span { border-color: rgb(91,36,54); }
td.TdClassName
{
border-color: #5B2436;
}
.TagClassName
{
border-color: #5B2436;
}
</style>