Shades of Black Rose #5B162E
Tints of Black Rose #5B162E
RGB
CMYK
RGB Variations
Color information
#5B162E (or 0x5B162E) is known color: Black Rose. HEX triplet: 5B, 16 and 2E. RGB value is (91,22,46). Sum of RGB (Red+Green+Blue) = 91+22+46=159 (21% of max value = 765). Red value is 91 (35.94% from 255 or 57.23% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 91 - color contains mainly: red. Hex color #5B162E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B162E is #A4E9D1. Grayscale: #2D2D2D. Windows color (decimal): -10807762 or 3020379. OLE color: 3020379.
HSL color Cylindrical-coordinate representation of color #5B162E: hue angle of 339.13º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B162E is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 22 | 46 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.64 |
| HSL | 339.13º | 0.61% | 0.22% | - |
| HSV(B) | 339.13º | 0.76% | 0.36% | - |
| XYZ | 5.09 | 3 | 2.89 | - |
| YUV | 45.37 | 128.36 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 46 | 0 | 0.76 | 0.49 | 0.64 | 339.13 | 0.61 | 0.22 |
| Hex | 5B | 16 | 2E | 0 | 4C | 31 | 40 | 153 | 3D | 16 |
| Octal | 133 | 26 | 56 | 0 | 114 | 61 | 100 | 523 | 75 | 26 |
| Binary | 1011011 | 10110 | 101110 | 0 | 1001100 | 110001 | 1000000 | 101010011 | 111101 | 10110 |
Color Harmonies of #5B162E
Complementary color
Monochromatic Colors of #5B162E
Black with #5B162E
Text Example
Text Example
White with #5B162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B162E; }
p { color: rgb(91,22,46); }
H1.HeaderClassName
{
color: #5B162E;
}
.AnyTagClassName
{
color: #5B162E;
}
</style>
background-color css
<style>
a { background-color: #5B162E; }
a { background-color: rgb(91,22,46); }
div.DivClassName
{
background-color: #5B162E;
}
.BgClassName
{
background-color: #5B162E;
}
</style>
border-color css
<style>
span { border-color: #5B162E; }
span { border-color: rgb(91,22,46); }
td.TdClassName
{
border-color: #5B162E;
}
.TagClassName
{
border-color: #5B162E;
}
</style>