Shades of Black Rose #5B1E2D
Tints of Black Rose #5B1E2D
RGB
CMYK
RGB Variations
Color information
#5B1E2D (or 0x5B1E2D) is known color: Black Rose. HEX triplet: 5B, 1E and 2D. RGB value is (91,30,45). Sum of RGB (Red+Green+Blue) = 91+30+45=166 (21% of max value = 765). Red value is 91 (35.94% from 255 or 54.82% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1E2D is #A4E1D2. Grayscale: #313131. Windows color (decimal): -10805715 or 2956891. OLE color: 2956891.
HSL color Cylindrical-coordinate representation of color #5B1E2D: hue angle of 345.25º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B1E2D is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 30 | 45 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.64 |
| HSL | 345.25º | 0.5% | 0.24% | - |
| HSV(B) | 345.25º | 0.67% | 0.36% | - |
| XYZ | 5.25 | 3.34 | 2.85 | - |
| YUV | 49.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 30 | 45 | 0 | 0.67 | 0.51 | 0.64 | 345.25 | 0.5 | 0.24 |
| Hex | 5B | 1E | 2D | 0 | 43 | 33 | 40 | 159 | 32 | 18 |
| Octal | 133 | 36 | 55 | 0 | 103 | 63 | 100 | 531 | 62 | 30 |
| Binary | 1011011 | 11110 | 101101 | 0 | 1000011 | 110011 | 1000000 | 101011001 | 110010 | 11000 |
Color Harmonies of #5B1E2D
Complementary color
Monochromatic Colors of #5B1E2D
Black with #5B1E2D
Text Example
Text Example
White with #5B1E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1E2D; }
p { color: rgb(91,30,45); }
H1.HeaderClassName
{
color: #5B1E2D;
}
.AnyTagClassName
{
color: #5B1E2D;
}
</style>
background-color css
<style>
a { background-color: #5B1E2D; }
a { background-color: rgb(91,30,45); }
div.DivClassName
{
background-color: #5B1E2D;
}
.BgClassName
{
background-color: #5B1E2D;
}
</style>
border-color css
<style>
span { border-color: #5B1E2D; }
span { border-color: rgb(91,30,45); }
td.TdClassName
{
border-color: #5B1E2D;
}
.TagClassName
{
border-color: #5B1E2D;
}
</style>