Shades of Black Rose #5B2134
Tints of Black Rose #5B2134
RGB
CMYK
RGB Variations
Color information
#5B2134 (or 0x5B2134) is known color: Black Rose. HEX triplet: 5B, 21 and 34. RGB value is (91,33,52). Sum of RGB (Red+Green+Blue) = 91+33+52=176 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.70% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2134 is #A4DECB. Grayscale: #343434. Windows color (decimal): -10804940 or 3416411. OLE color: 3416411.
HSL color Cylindrical-coordinate representation of color #5B2134: hue angle of 340.34º 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 #5B2134 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 33 | 52 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.64 |
| HSL | 340.34º | 0.47% | 0.24% | - |
| HSV(B) | 340.34º | 0.64% | 0.36% | - |
| XYZ | 5.48 | 3.56 | 3.65 | - |
| YUV | 52.51 | 127.72 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 33 | 52 | 0 | 0.64 | 0.43 | 0.64 | 340.34 | 0.47 | 0.24 |
| Hex | 5B | 21 | 34 | 0 | 40 | 2B | 40 | 154 | 2F | 18 |
| Octal | 133 | 41 | 64 | 0 | 100 | 53 | 100 | 524 | 57 | 30 |
| Binary | 1011011 | 100001 | 110100 | 0 | 1000000 | 101011 | 1000000 | 101010100 | 101111 | 11000 |
Color Harmonies of #5B2134
Complementary color
Monochromatic Colors of #5B2134
Black with #5B2134
Text Example
Text Example
White with #5B2134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2134; }
p { color: rgb(91,33,52); }
H1.HeaderClassName
{
color: #5B2134;
}
.AnyTagClassName
{
color: #5B2134;
}
</style>
background-color css
<style>
a { background-color: #5B2134; }
a { background-color: rgb(91,33,52); }
div.DivClassName
{
background-color: #5B2134;
}
.BgClassName
{
background-color: #5B2134;
}
</style>
border-color css
<style>
span { border-color: #5B2134; }
span { border-color: rgb(91,33,52); }
td.TdClassName
{
border-color: #5B2134;
}
.TagClassName
{
border-color: #5B2134;
}
</style>