Shades of Black Rose #591C2C
Tints of Black Rose #591C2C
RGB
CMYK
RGB Variations
Color information
#591C2C (or 0x591C2C) is known color: Black Rose. HEX triplet: 59, 1C and 2C. RGB value is (89,28,44). Sum of RGB (Red+Green+Blue) = 89+28+44=161 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.28% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 89 - color contains mainly: red. Hex color #591C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591C2C is #A6E3D3. Grayscale: #303030. Windows color (decimal): -10937300 or 2890841. OLE color: 2890841.
HSL color Cylindrical-coordinate representation of color #591C2C: hue angle of 344.26º 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 #591C2C is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 28 | 44 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.65 |
| HSL | 344.26º | 0.52% | 0.23% | - |
| HSV(B) | 344.26º | 0.69% | 0.35% | - |
| XYZ | 4.99 | 3.14 | 2.73 | - |
| YUV | 48.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 44 | 0 | 0.69 | 0.51 | 0.65 | 344.26 | 0.52 | 0.23 |
| Hex | 59 | 1C | 2C | 0 | 45 | 33 | 41 | 158 | 34 | 17 |
| Octal | 131 | 34 | 54 | 0 | 105 | 63 | 101 | 530 | 64 | 27 |
| Binary | 1011001 | 11100 | 101100 | 0 | 1000101 | 110011 | 1000001 | 101011000 | 110100 | 10111 |
Color Harmonies of #591C2C
Complementary color
Monochromatic Colors of #591C2C
Black with #591C2C
Text Example
Text Example
White with #591C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C2C; }
p { color: rgb(89,28,44); }
H1.HeaderClassName
{
color: #591C2C;
}
.AnyTagClassName
{
color: #591C2C;
}
</style>
background-color css
<style>
a { background-color: #591C2C; }
a { background-color: rgb(89,28,44); }
div.DivClassName
{
background-color: #591C2C;
}
.BgClassName
{
background-color: #591C2C;
}
</style>
border-color css
<style>
span { border-color: #591C2C; }
span { border-color: rgb(89,28,44); }
td.TdClassName
{
border-color: #591C2C;
}
.TagClassName
{
border-color: #591C2C;
}
</style>