Shades of Black Rose #591A2D
Tints of Black Rose #591A2D
RGB
CMYK
RGB Variations
Color information
#591A2D (or 0x591A2D) is known color: Black Rose. HEX triplet: 59, 1A and 2D. RGB value is (89,26,45). Sum of RGB (Red+Green+Blue) = 89+26+45=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #591A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A2D is #A6E5D2. Grayscale: #2E2E2E. Windows color (decimal): -10937811 or 2955865. OLE color: 2955865.
HSL color Cylindrical-coordinate representation of color #591A2D: hue angle of 341.9º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #591A2D is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 26 | 45 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.65 |
| HSL | 341.9º | 0.55% | 0.23% | - |
| HSV(B) | 341.9º | 0.71% | 0.35% | - |
| XYZ | 4.96 | 3.05 | 2.81 | - |
| YUV | 47 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 45 | 0 | 0.71 | 0.49 | 0.65 | 341.9 | 0.55 | 0.23 |
| Hex | 59 | 1A | 2D | 0 | 47 | 31 | 41 | 156 | 37 | 17 |
| Octal | 131 | 32 | 55 | 0 | 107 | 61 | 101 | 526 | 67 | 27 |
| Binary | 1011001 | 11010 | 101101 | 0 | 1000111 | 110001 | 1000001 | 101010110 | 110111 | 10111 |
Color Harmonies of #591A2D
Complementary color
Monochromatic Colors of #591A2D
Black with #591A2D
Text Example
Text Example
White with #591A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A2D; }
p { color: rgb(89,26,45); }
H1.HeaderClassName
{
color: #591A2D;
}
.AnyTagClassName
{
color: #591A2D;
}
</style>
background-color css
<style>
a { background-color: #591A2D; }
a { background-color: rgb(89,26,45); }
div.DivClassName
{
background-color: #591A2D;
}
.BgClassName
{
background-color: #591A2D;
}
</style>
border-color css
<style>
span { border-color: #591A2D; }
span { border-color: rgb(89,26,45); }
td.TdClassName
{
border-color: #591A2D;
}
.TagClassName
{
border-color: #591A2D;
}
</style>