Shades of Black Rose #591C34
Tints of Black Rose #591C34
RGB
CMYK
RGB Variations
Color information
#591C34 (or 0x591C34) is known color: Black Rose. HEX triplet: 59, 1C and 34. RGB value is (89,28,52). Sum of RGB (Red+Green+Blue) = 89+28+52=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #591C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591C34 is #A6E3CB. Grayscale: #303030. Windows color (decimal): -10937292 or 3415129. OLE color: 3415129.
HSL color Cylindrical-coordinate representation of color #591C34: hue angle of 336.39º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #591C34 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 28 | 52 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.65 |
| HSL | 336.39º | 0.52% | 0.23% | - |
| HSV(B) | 336.39º | 0.69% | 0.35% | - |
| XYZ | 5.15 | 3.2 | 3.6 | - |
| YUV | 48.98 | 129.71 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 52 | 0 | 0.69 | 0.42 | 0.65 | 336.39 | 0.52 | 0.23 |
| Hex | 59 | 1C | 34 | 0 | 45 | 2A | 41 | 150 | 34 | 17 |
| Octal | 131 | 34 | 64 | 0 | 105 | 52 | 101 | 520 | 64 | 27 |
| Binary | 1011001 | 11100 | 110100 | 0 | 1000101 | 101010 | 1000001 | 101010000 | 110100 | 10111 |
Color Harmonies of #591C34
Complementary color
Monochromatic Colors of #591C34
Black with #591C34
Text Example
Text Example
White with #591C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C34; }
p { color: rgb(89,28,52); }
H1.HeaderClassName
{
color: #591C34;
}
.AnyTagClassName
{
color: #591C34;
}
</style>
background-color css
<style>
a { background-color: #591C34; }
a { background-color: rgb(89,28,52); }
div.DivClassName
{
background-color: #591C34;
}
.BgClassName
{
background-color: #591C34;
}
</style>
border-color css
<style>
span { border-color: #591C34; }
span { border-color: rgb(89,28,52); }
td.TdClassName
{
border-color: #591C34;
}
.TagClassName
{
border-color: #591C34;
}
</style>