Shades of Black Rose #5B232D
Tints of Black Rose #5B232D
RGB
CMYK
RGB Variations
Color information
#5B232D (or 0x5B232D) is known color: Black Rose. HEX triplet: 5B, 23 and 2D. RGB value is (91,35,45). Sum of RGB (Red+Green+Blue) = 91+35+45=171 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.22% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 91 - color contains mainly: red. Hex color #5B232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B232D is #A4DCD2. Grayscale: #343434. Windows color (decimal): -10804435 or 2958171. OLE color: 2958171.
HSL color Cylindrical-coordinate representation of color #5B232D: hue angle of 349.29º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B232D is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 35 | 45 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.64 |
| HSL | 349.29º | 0.44% | 0.25% | - |
| HSV(B) | 349.29º | 0.62% | 0.36% | - |
| XYZ | 5.39 | 3.62 | 2.9 | - |
| YUV | 52.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 35 | 45 | 0 | 0.62 | 0.51 | 0.64 | 349.29 | 0.44 | 0.25 |
| Hex | 5B | 23 | 2D | 0 | 3E | 33 | 40 | 15D | 2C | 19 |
| Octal | 133 | 43 | 55 | 0 | 76 | 63 | 100 | 535 | 54 | 31 |
| Binary | 1011011 | 100011 | 101101 | 0 | 111110 | 110011 | 1000000 | 101011101 | 101100 | 11001 |
Color Harmonies of #5B232D
Complementary color
Monochromatic Colors of #5B232D
Black with #5B232D
Text Example
Text Example
White with #5B232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B232D; }
p { color: rgb(91,35,45); }
H1.HeaderClassName
{
color: #5B232D;
}
.AnyTagClassName
{
color: #5B232D;
}
</style>
background-color css
<style>
a { background-color: #5B232D; }
a { background-color: rgb(91,35,45); }
div.DivClassName
{
background-color: #5B232D;
}
.BgClassName
{
background-color: #5B232D;
}
</style>
border-color css
<style>
span { border-color: #5B232D; }
span { border-color: rgb(91,35,45); }
td.TdClassName
{
border-color: #5B232D;
}
.TagClassName
{
border-color: #5B232D;
}
</style>