Shades of Black Rose #59132E
Tints of Black Rose #59132E
RGB
CMYK
RGB Variations
Color information
#59132E (or 0x59132E) is known color: Black Rose. HEX triplet: 59, 13 and 2E. RGB value is (89,19,46). Sum of RGB (Red+Green+Blue) = 89+19+46=154 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.79% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 89 - color contains mainly: red. Hex color #59132E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59132E is #A6ECD1. Grayscale: #2A2A2A. Windows color (decimal): -10939602 or 3019609. OLE color: 3019609.
HSL color Cylindrical-coordinate representation of color #59132E: hue angle of 336.86º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #59132E is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 19 | 46 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.65 |
| HSL | 336.86º | 0.65% | 0.21% | - |
| HSV(B) | 336.86º | 0.79% | 0.35% | - |
| XYZ | 4.85 | 2.79 | 2.87 | - |
| YUV | 43.01 | 129.69 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 19 | 46 | 0 | 0.79 | 0.48 | 0.65 | 336.86 | 0.65 | 0.21 |
| Hex | 59 | 13 | 2E | 0 | 4F | 30 | 41 | 151 | 41 | 15 |
| Octal | 131 | 23 | 56 | 0 | 117 | 60 | 101 | 521 | 101 | 25 |
| Binary | 1011001 | 10011 | 101110 | 0 | 1001111 | 110000 | 1000001 | 101010001 | 1000001 | 10101 |
Color Harmonies of #59132E
Complementary color
Monochromatic Colors of #59132E
Black with #59132E
Text Example
Text Example
White with #59132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59132E; }
p { color: rgb(89,19,46); }
H1.HeaderClassName
{
color: #59132E;
}
.AnyTagClassName
{
color: #59132E;
}
</style>
background-color css
<style>
a { background-color: #59132E; }
a { background-color: rgb(89,19,46); }
div.DivClassName
{
background-color: #59132E;
}
.BgClassName
{
background-color: #59132E;
}
</style>
border-color css
<style>
span { border-color: #59132E; }
span { border-color: rgb(89,19,46); }
td.TdClassName
{
border-color: #59132E;
}
.TagClassName
{
border-color: #59132E;
}
</style>