Shades of Black Rose #591C32
Tints of Black Rose #591C32
RGB
CMYK
RGB Variations
Color information
#591C32 (or 0x591C32) is known color: Black Rose. HEX triplet: 59, 1C and 32. RGB value is (89,28,50). Sum of RGB (Red+Green+Blue) = 89+28+50=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #591C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591C32 is #A6E3CD. Grayscale: #303030. Windows color (decimal): -10937294 or 3284057. OLE color: 3284057.
HSL color Cylindrical-coordinate representation of color #591C32: hue angle of 338.36º 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 #591C32 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 28 | 50 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.65 |
| HSL | 338.36º | 0.52% | 0.23% | - |
| HSV(B) | 338.36º | 0.69% | 0.35% | - |
| XYZ | 5.11 | 3.18 | 3.36 | - |
| YUV | 48.75 | 128.71 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 50 | 0 | 0.69 | 0.44 | 0.65 | 338.36 | 0.52 | 0.23 |
| Hex | 59 | 1C | 32 | 0 | 45 | 2C | 41 | 152 | 34 | 17 |
| Octal | 131 | 34 | 62 | 0 | 105 | 54 | 101 | 522 | 64 | 27 |
| Binary | 1011001 | 11100 | 110010 | 0 | 1000101 | 101100 | 1000001 | 101010010 | 110100 | 10111 |
Color Harmonies of #591C32
Complementary color
Monochromatic Colors of #591C32
Black with #591C32
Text Example
Text Example
White with #591C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C32; }
p { color: rgb(89,28,50); }
H1.HeaderClassName
{
color: #591C32;
}
.AnyTagClassName
{
color: #591C32;
}
</style>
background-color css
<style>
a { background-color: #591C32; }
a { background-color: rgb(89,28,50); }
div.DivClassName
{
background-color: #591C32;
}
.BgClassName
{
background-color: #591C32;
}
</style>
border-color css
<style>
span { border-color: #591C32; }
span { border-color: rgb(89,28,50); }
td.TdClassName
{
border-color: #591C32;
}
.TagClassName
{
border-color: #591C32;
}
</style>