Shades of Black Rose #591B2C
Tints of Black Rose #591B2C
RGB
CMYK
RGB Variations
Color information
#591B2C (or 0x591B2C) is known color: Black Rose. HEX triplet: 59, 1B and 2C. RGB value is (89,27,44). Sum of RGB (Red+Green+Blue) = 89+27+44=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #591B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591B2C is #A6E4D3. Grayscale: #2F2F2F. Windows color (decimal): -10937556 or 2890585. OLE color: 2890585.
HSL color Cylindrical-coordinate representation of color #591B2C: hue angle of 343.55º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #591B2C is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 27 | 44 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.65 |
| HSL | 343.55º | 0.53% | 0.23% | - |
| HSV(B) | 343.55º | 0.7% | 0.35% | - |
| XYZ | 4.97 | 3.09 | 2.72 | - |
| YUV | 47.48 | 126.04 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 44 | 0 | 0.70 | 0.51 | 0.65 | 343.55 | 0.53 | 0.23 |
| Hex | 59 | 1B | 2C | 0 | 46 | 33 | 41 | 158 | 35 | 17 |
| Octal | 131 | 33 | 54 | 0 | 106 | 63 | 101 | 530 | 65 | 27 |
| Binary | 1011001 | 11011 | 101100 | 0 | 1000110 | 110011 | 1000001 | 101011000 | 110101 | 10111 |
Color Harmonies of #591B2C
Complementary color
Monochromatic Colors of #591B2C
Black with #591B2C
Text Example
Text Example
White with #591B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591B2C; }
p { color: rgb(89,27,44); }
H1.HeaderClassName
{
color: #591B2C;
}
.AnyTagClassName
{
color: #591B2C;
}
</style>
background-color css
<style>
a { background-color: #591B2C; }
a { background-color: rgb(89,27,44); }
div.DivClassName
{
background-color: #591B2C;
}
.BgClassName
{
background-color: #591B2C;
}
</style>
border-color css
<style>
span { border-color: #591B2C; }
span { border-color: rgb(89,27,44); }
td.TdClassName
{
border-color: #591B2C;
}
.TagClassName
{
border-color: #591B2C;
}
</style>