Shades of Black Rose #591F34
Tints of Black Rose #591F34
RGB
CMYK
RGB Variations
Color information
#591F34 (or 0x591F34) is known color: Black Rose. HEX triplet: 59, 1F and 34. RGB value is (89,31,52). Sum of RGB (Red+Green+Blue) = 89+31+52=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #591F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591F34 is #A6E0CB. Grayscale: #323232. Windows color (decimal): -10936524 or 3415897. OLE color: 3415897.
HSL color Cylindrical-coordinate representation of color #591F34: hue angle of 338.28º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #591F34 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 31 | 52 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.65 |
| HSL | 338.28º | 0.48% | 0.24% | - |
| HSV(B) | 338.28º | 0.65% | 0.35% | - |
| XYZ | 5.23 | 3.35 | 3.62 | - |
| YUV | 50.74 | 128.72 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 52 | 0 | 0.65 | 0.42 | 0.65 | 338.28 | 0.48 | 0.24 |
| Hex | 59 | 1F | 34 | 0 | 41 | 2A | 41 | 152 | 30 | 18 |
| Octal | 131 | 37 | 64 | 0 | 101 | 52 | 101 | 522 | 60 | 30 |
| Binary | 1011001 | 11111 | 110100 | 0 | 1000001 | 101010 | 1000001 | 101010010 | 110000 | 11000 |
Color Harmonies of #591F34
Complementary color
Monochromatic Colors of #591F34
Black with #591F34
Text Example
Text Example
White with #591F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591F34; }
p { color: rgb(89,31,52); }
H1.HeaderClassName
{
color: #591F34;
}
.AnyTagClassName
{
color: #591F34;
}
</style>
background-color css
<style>
a { background-color: #591F34; }
a { background-color: rgb(89,31,52); }
div.DivClassName
{
background-color: #591F34;
}
.BgClassName
{
background-color: #591F34;
}
</style>
border-color css
<style>
span { border-color: #591F34; }
span { border-color: rgb(89,31,52); }
td.TdClassName
{
border-color: #591F34;
}
.TagClassName
{
border-color: #591F34;
}
</style>