Shades of Black Rose #5B1431
Tints of Black Rose #5B1431
RGB
CMYK
RGB Variations
Color information
#5B1431 (or 0x5B1431) is known color: Black Rose. HEX triplet: 5B, 14 and 31. RGB value is (91,20,49). Sum of RGB (Red+Green+Blue) = 91+20+49=160 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.88% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1431 is #A4EBCE. Grayscale: #2C2C2C. Windows color (decimal): -10808271 or 3216475. OLE color: 3216475.
HSL color Cylindrical-coordinate representation of color #5B1431: hue angle of 335.49º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B1431 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 20 | 49 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.64 |
| HSL | 335.49º | 0.64% | 0.22% | - |
| HSV(B) | 335.49º | 0.78% | 0.36% | - |
| XYZ | 5.12 | 2.95 | 3.2 | - |
| YUV | 44.54 | 130.52 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 20 | 49 | 0 | 0.78 | 0.46 | 0.64 | 335.49 | 0.64 | 0.22 |
| Hex | 5B | 14 | 31 | 0 | 4E | 2E | 40 | 14F | 40 | 16 |
| Octal | 133 | 24 | 61 | 0 | 116 | 56 | 100 | 517 | 100 | 26 |
| Binary | 1011011 | 10100 | 110001 | 0 | 1001110 | 101110 | 1000000 | 101001111 | 1000000 | 10110 |
Color Harmonies of #5B1431
Complementary color
Monochromatic Colors of #5B1431
Black with #5B1431
Text Example
Text Example
White with #5B1431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1431; }
p { color: rgb(91,20,49); }
H1.HeaderClassName
{
color: #5B1431;
}
.AnyTagClassName
{
color: #5B1431;
}
</style>
background-color css
<style>
a { background-color: #5B1431; }
a { background-color: rgb(91,20,49); }
div.DivClassName
{
background-color: #5B1431;
}
.BgClassName
{
background-color: #5B1431;
}
</style>
border-color css
<style>
span { border-color: #5B1431; }
span { border-color: rgb(91,20,49); }
td.TdClassName
{
border-color: #5B1431;
}
.TagClassName
{
border-color: #5B1431;
}
</style>