Shades of Black Rose #5B2934
Tints of Black Rose #5B2934
RGB
CMYK
RGB Variations
Color information
#5B2934 (or 0x5B2934) is known color: Black Rose. HEX triplet: 5B, 29 and 34. RGB value is (91,41,52). Sum of RGB (Red+Green+Blue) = 91+41+52=184 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.46% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2934 is #A4D6CB. Grayscale: #393939. Windows color (decimal): -10802892 or 3418459. OLE color: 3418459.
HSL color Cylindrical-coordinate representation of color #5B2934: hue angle of 346.8º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B2934 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 41 | 52 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.64 |
| HSL | 346.8º | 0.38% | 0.26% | - |
| HSV(B) | 346.8º | 0.55% | 0.36% | - |
| XYZ | 5.73 | 4.06 | 3.73 | - |
| YUV | 57.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 41 | 52 | 0 | 0.55 | 0.43 | 0.64 | 346.8 | 0.38 | 0.26 |
| Hex | 5B | 29 | 34 | 0 | 37 | 2B | 40 | 15B | 26 | 1A |
| Octal | 133 | 51 | 64 | 0 | 67 | 53 | 100 | 533 | 46 | 32 |
| Binary | 1011011 | 101001 | 110100 | 0 | 110111 | 101011 | 1000000 | 101011011 | 100110 | 11010 |
Color Harmonies of #5B2934
Complementary color
Monochromatic Colors of #5B2934
Black with #5B2934
Text Example
Text Example
White with #5B2934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2934; }
p { color: rgb(91,41,52); }
H1.HeaderClassName
{
color: #5B2934;
}
.AnyTagClassName
{
color: #5B2934;
}
</style>
background-color css
<style>
a { background-color: #5B2934; }
a { background-color: rgb(91,41,52); }
div.DivClassName
{
background-color: #5B2934;
}
.BgClassName
{
background-color: #5B2934;
}
</style>
border-color css
<style>
span { border-color: #5B2934; }
span { border-color: rgb(91,41,52); }
td.TdClassName
{
border-color: #5B2934;
}
.TagClassName
{
border-color: #5B2934;
}
</style>