Shades of Black Rose #5B212D
Tints of Black Rose #5B212D
RGB
CMYK
RGB Variations
Color information
#5B212D (or 0x5B212D) is known color: Black Rose. HEX triplet: 5B, 21 and 2D. RGB value is (91,33,45). Sum of RGB (Red+Green+Blue) = 91+33+45=169 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.85% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 91 - color contains mainly: red. Hex color #5B212D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B212D is #A4DED2. Grayscale: #333333. Windows color (decimal): -10804947 or 2957659. OLE color: 2957659.
HSL color Cylindrical-coordinate representation of color #5B212D: hue angle of 347.59º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B212D is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 33 | 45 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.64 |
| HSL | 347.59º | 0.47% | 0.24% | - |
| HSV(B) | 347.59º | 0.64% | 0.36% | - |
| XYZ | 5.33 | 3.5 | 2.88 | - |
| YUV | 51.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 33 | 45 | 0 | 0.64 | 0.51 | 0.64 | 347.59 | 0.47 | 0.24 |
| Hex | 5B | 21 | 2D | 0 | 40 | 33 | 40 | 15C | 2F | 18 |
| Octal | 133 | 41 | 55 | 0 | 100 | 63 | 100 | 534 | 57 | 30 |
| Binary | 1011011 | 100001 | 101101 | 0 | 1000000 | 110011 | 1000000 | 101011100 | 101111 | 11000 |
Color Harmonies of #5B212D
Complementary color
Monochromatic Colors of #5B212D
Black with #5B212D
Text Example
Text Example
White with #5B212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B212D; }
p { color: rgb(91,33,45); }
H1.HeaderClassName
{
color: #5B212D;
}
.AnyTagClassName
{
color: #5B212D;
}
</style>
background-color css
<style>
a { background-color: #5B212D; }
a { background-color: rgb(91,33,45); }
div.DivClassName
{
background-color: #5B212D;
}
.BgClassName
{
background-color: #5B212D;
}
</style>
border-color css
<style>
span { border-color: #5B212D; }
span { border-color: rgb(91,33,45); }
td.TdClassName
{
border-color: #5B212D;
}
.TagClassName
{
border-color: #5B212D;
}
</style>