Shades of Black Rose #5B1F2D
Tints of Black Rose #5B1F2D
RGB
CMYK
RGB Variations
Color information
#5B1F2D (or 0x5B1F2D) is known color: Black Rose. HEX triplet: 5B, 1F and 2D. RGB value is (91,31,45). Sum of RGB (Red+Green+Blue) = 91+31+45=167 (22% of max value = 765). Red value is 91 (35.94% from 255 or 54.49% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1F2D is #A4E0D2. Grayscale: #323232. Windows color (decimal): -10805459 or 2957147. OLE color: 2957147.
HSL color Cylindrical-coordinate representation of color #5B1F2D: hue angle of 346º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B1F2D is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 31 | 45 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.64 |
| HSL | 346º | 0.49% | 0.24% | - |
| HSV(B) | 346º | 0.66% | 0.36% | - |
| XYZ | 5.28 | 3.39 | 2.86 | - |
| YUV | 50.54 | 124.88 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 31 | 45 | 0 | 0.66 | 0.51 | 0.64 | 346 | 0.49 | 0.24 |
| Hex | 5B | 1F | 2D | 0 | 42 | 33 | 40 | 15A | 31 | 18 |
| Octal | 133 | 37 | 55 | 0 | 102 | 63 | 100 | 532 | 61 | 30 |
| Binary | 1011011 | 11111 | 101101 | 0 | 1000010 | 110011 | 1000000 | 101011010 | 110001 | 11000 |
Color Harmonies of #5B1F2D
Complementary color
Monochromatic Colors of #5B1F2D
Black with #5B1F2D
Text Example
Text Example
White with #5B1F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1F2D; }
p { color: rgb(91,31,45); }
H1.HeaderClassName
{
color: #5B1F2D;
}
.AnyTagClassName
{
color: #5B1F2D;
}
</style>
background-color css
<style>
a { background-color: #5B1F2D; }
a { background-color: rgb(91,31,45); }
div.DivClassName
{
background-color: #5B1F2D;
}
.BgClassName
{
background-color: #5B1F2D;
}
</style>
border-color css
<style>
span { border-color: #5B1F2D; }
span { border-color: rgb(91,31,45); }
td.TdClassName
{
border-color: #5B1F2D;
}
.TagClassName
{
border-color: #5B1F2D;
}
</style>