Shades of Black Rose #5B132F
Tints of Black Rose #5B132F
RGB
CMYK
RGB Variations
Color information
#5B132F (or 0x5B132F) is known color: Black Rose. HEX triplet: 5B, 13 and 2F. RGB value is (91,19,47). Sum of RGB (Red+Green+Blue) = 91+19+47=157 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.96% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 91 - color contains mainly: red. Hex color #5B132F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B132F is #A4ECD0. Grayscale: #2B2B2B. Windows color (decimal): -10808529 or 3085147. OLE color: 3085147.
HSL color Cylindrical-coordinate representation of color #5B132F: hue angle of 336.67º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B132F is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 19 | 47 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.64 |
| HSL | 336.67º | 0.65% | 0.22% | - |
| HSV(B) | 336.67º | 0.79% | 0.36% | - |
| XYZ | 5.06 | 2.9 | 2.98 | - |
| YUV | 43.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 19 | 47 | 0 | 0.79 | 0.48 | 0.64 | 336.67 | 0.65 | 0.22 |
| Hex | 5B | 13 | 2F | 0 | 4F | 30 | 40 | 151 | 41 | 16 |
| Octal | 133 | 23 | 57 | 0 | 117 | 60 | 100 | 521 | 101 | 26 |
| Binary | 1011011 | 10011 | 101111 | 0 | 1001111 | 110000 | 1000000 | 101010001 | 1000001 | 10110 |
Color Harmonies of #5B132F
Complementary color
Monochromatic Colors of #5B132F
Black with #5B132F
Text Example
Text Example
White with #5B132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B132F; }
p { color: rgb(91,19,47); }
H1.HeaderClassName
{
color: #5B132F;
}
.AnyTagClassName
{
color: #5B132F;
}
</style>
background-color css
<style>
a { background-color: #5B132F; }
a { background-color: rgb(91,19,47); }
div.DivClassName
{
background-color: #5B132F;
}
.BgClassName
{
background-color: #5B132F;
}
</style>
border-color css
<style>
span { border-color: #5B132F; }
span { border-color: rgb(91,19,47); }
td.TdClassName
{
border-color: #5B132F;
}
.TagClassName
{
border-color: #5B132F;
}
</style>