Shades of Black Rose #5B1B36
Tints of Black Rose #5B1B36
RGB
CMYK
RGB Variations
Color information
#5B1B36 (or 0x5B1B36) is known color: Black Rose. HEX triplet: 5B, 1B and 36. RGB value is (91,27,54). Sum of RGB (Red+Green+Blue) = 91+27+54=172 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.91% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1B36 is #A4E4C9. Grayscale: #313131. Windows color (decimal): -10806474 or 3545947. OLE color: 3545947.
HSL color Cylindrical-coordinate representation of color #5B1B36: hue angle of 334.69º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B1B36 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 27 | 54 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.64 |
| HSL | 334.69º | 0.54% | 0.23% | - |
| HSV(B) | 334.69º | 0.7% | 0.36% | - |
| XYZ | 5.37 | 3.27 | 3.84 | - |
| YUV | 49.21 | 130.7 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 27 | 54 | 0 | 0.70 | 0.41 | 0.64 | 334.69 | 0.54 | 0.23 |
| Hex | 5B | 1B | 36 | 0 | 46 | 29 | 40 | 14F | 36 | 17 |
| Octal | 133 | 33 | 66 | 0 | 106 | 51 | 100 | 517 | 66 | 27 |
| Binary | 1011011 | 11011 | 110110 | 0 | 1000110 | 101001 | 1000000 | 101001111 | 110110 | 10111 |
Color Harmonies of #5B1B36
Complementary color
Monochromatic Colors of #5B1B36
Black with #5B1B36
Text Example
Text Example
White with #5B1B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1B36; }
p { color: rgb(91,27,54); }
H1.HeaderClassName
{
color: #5B1B36;
}
.AnyTagClassName
{
color: #5B1B36;
}
</style>
background-color css
<style>
a { background-color: #5B1B36; }
a { background-color: rgb(91,27,54); }
div.DivClassName
{
background-color: #5B1B36;
}
.BgClassName
{
background-color: #5B1B36;
}
</style>
border-color css
<style>
span { border-color: #5B1B36; }
span { border-color: rgb(91,27,54); }
td.TdClassName
{
border-color: #5B1B36;
}
.TagClassName
{
border-color: #5B1B36;
}
</style>