Shades of Black Rose #5B1B33
Tints of Black Rose #5B1B33
RGB
CMYK
RGB Variations
Color information
#5B1B33 (or 0x5B1B33) is known color: Black Rose. HEX triplet: 5B, 1B and 33. RGB value is (91,27,51). Sum of RGB (Red+Green+Blue) = 91+27+51=169 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.85% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1B33 is #A4E4CC. Grayscale: #303030. Windows color (decimal): -10806477 or 3349339. OLE color: 3349339.
HSL color Cylindrical-coordinate representation of color #5B1B33: hue angle of 337.5º 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 #5B1B33 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 27 | 51 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.64 |
| HSL | 337.5º | 0.54% | 0.23% | - |
| HSV(B) | 337.5º | 0.7% | 0.36% | - |
| XYZ | 5.3 | 3.25 | 3.48 | - |
| YUV | 48.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 27 | 51 | 0 | 0.70 | 0.44 | 0.64 | 337.5 | 0.54 | 0.23 |
| Hex | 5B | 1B | 33 | 0 | 46 | 2C | 40 | 152 | 36 | 17 |
| Octal | 133 | 33 | 63 | 0 | 106 | 54 | 100 | 522 | 66 | 27 |
| Binary | 1011011 | 11011 | 110011 | 0 | 1000110 | 101100 | 1000000 | 101010010 | 110110 | 10111 |
Color Harmonies of #5B1B33
Complementary color
Monochromatic Colors of #5B1B33
Black with #5B1B33
Text Example
Text Example
White with #5B1B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1B33; }
p { color: rgb(91,27,51); }
H1.HeaderClassName
{
color: #5B1B33;
}
.AnyTagClassName
{
color: #5B1B33;
}
</style>
background-color css
<style>
a { background-color: #5B1B33; }
a { background-color: rgb(91,27,51); }
div.DivClassName
{
background-color: #5B1B33;
}
.BgClassName
{
background-color: #5B1B33;
}
</style>
border-color css
<style>
span { border-color: #5B1B33; }
span { border-color: rgb(91,27,51); }
td.TdClassName
{
border-color: #5B1B33;
}
.TagClassName
{
border-color: #5B1B33;
}
</style>