Shades of Black Rose #591D36
Tints of Black Rose #591D36
RGB
CMYK
RGB Variations
Color information
#591D36 (or 0x591D36) is known color: Black Rose. HEX triplet: 59, 1D and 36. RGB value is (89,29,54). Sum of RGB (Red+Green+Blue) = 89+29+54=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #591D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591D36 is #A6E2C9. Grayscale: #313131. Windows color (decimal): -10937034 or 3546457. OLE color: 3546457.
HSL color Cylindrical-coordinate representation of color #591D36: hue angle of 335º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #591D36 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 29 | 54 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.65 |
| HSL | 335º | 0.51% | 0.23% | - |
| HSV(B) | 335º | 0.67% | 0.35% | - |
| XYZ | 5.23 | 3.27 | 3.85 | - |
| YUV | 49.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 54 | 0 | 0.67 | 0.39 | 0.65 | 335 | 0.51 | 0.23 |
| Hex | 59 | 1D | 36 | 0 | 43 | 27 | 41 | 14F | 33 | 17 |
| Octal | 131 | 35 | 66 | 0 | 103 | 47 | 101 | 517 | 63 | 27 |
| Binary | 1011001 | 11101 | 110110 | 0 | 1000011 | 100111 | 1000001 | 101001111 | 110011 | 10111 |
Color Harmonies of #591D36
Complementary color
Monochromatic Colors of #591D36
Black with #591D36
Text Example
Text Example
White with #591D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591D36; }
p { color: rgb(89,29,54); }
H1.HeaderClassName
{
color: #591D36;
}
.AnyTagClassName
{
color: #591D36;
}
</style>
background-color css
<style>
a { background-color: #591D36; }
a { background-color: rgb(89,29,54); }
div.DivClassName
{
background-color: #591D36;
}
.BgClassName
{
background-color: #591D36;
}
</style>
border-color css
<style>
span { border-color: #591D36; }
span { border-color: rgb(89,29,54); }
td.TdClassName
{
border-color: #591D36;
}
.TagClassName
{
border-color: #591D36;
}
</style>