Shades of Black Rose #591B34
Tints of Black Rose #591B34
RGB
CMYK
RGB Variations
Color information
#591B34 (or 0x591B34) is known color: Black Rose. HEX triplet: 59, 1B and 34. RGB value is (89,27,52). Sum of RGB (Red+Green+Blue) = 89+27+52=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #591B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591B34 is #A6E4CB. Grayscale: #303030. Windows color (decimal): -10937548 or 3414873. OLE color: 3414873.
HSL color Cylindrical-coordinate representation of color #591B34: hue angle of 335.81º 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 #591B34 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 27 | 52 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.65 |
| HSL | 335.81º | 0.53% | 0.23% | - |
| HSV(B) | 335.81º | 0.7% | 0.35% | - |
| XYZ | 5.13 | 3.16 | 3.59 | - |
| YUV | 48.39 | 130.04 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 52 | 0 | 0.70 | 0.42 | 0.65 | 335.81 | 0.53 | 0.23 |
| Hex | 59 | 1B | 34 | 0 | 46 | 2A | 41 | 150 | 35 | 17 |
| Octal | 131 | 33 | 64 | 0 | 106 | 52 | 101 | 520 | 65 | 27 |
| Binary | 1011001 | 11011 | 110100 | 0 | 1000110 | 101010 | 1000001 | 101010000 | 110101 | 10111 |
Color Harmonies of #591B34
Complementary color
Monochromatic Colors of #591B34
Black with #591B34
Text Example
Text Example
White with #591B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591B34; }
p { color: rgb(89,27,52); }
H1.HeaderClassName
{
color: #591B34;
}
.AnyTagClassName
{
color: #591B34;
}
</style>
background-color css
<style>
a { background-color: #591B34; }
a { background-color: rgb(89,27,52); }
div.DivClassName
{
background-color: #591B34;
}
.BgClassName
{
background-color: #591B34;
}
</style>
border-color css
<style>
span { border-color: #591B34; }
span { border-color: rgb(89,27,52); }
td.TdClassName
{
border-color: #591B34;
}
.TagClassName
{
border-color: #591B34;
}
</style>