Shades of Black Rose #59293E
Tints of Black Rose #59293E
RGB
CMYK
RGB Variations
Color information
#59293E (or 0x59293E) is known color: Black Rose. HEX triplet: 59, 29 and 3E. RGB value is (89,41,62). Sum of RGB (Red+Green+Blue) = 89+41+62=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #59293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59293E is #A6D6C1. Grayscale: #393939. Windows color (decimal): -10933954 or 4073817. OLE color: 4073817.
HSL color Cylindrical-coordinate representation of color #59293E: hue angle of 333.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59293E is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 41 | 62 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.65 |
| HSL | 333.75º | 0.37% | 0.25% | - |
| HSV(B) | 333.75º | 0.54% | 0.35% | - |
| XYZ | 5.78 | 4.06 | 5.04 | - |
| YUV | 57.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 41 | 62 | 0 | 0.54 | 0.30 | 0.65 | 333.75 | 0.37 | 0.25 |
| Hex | 59 | 29 | 3E | 0 | 36 | 1E | 41 | 14E | 25 | 19 |
| Octal | 131 | 51 | 76 | 0 | 66 | 36 | 101 | 516 | 45 | 31 |
| Binary | 1011001 | 101001 | 111110 | 0 | 110110 | 11110 | 1000001 | 101001110 | 100101 | 11001 |
Color Harmonies of #59293E
Complementary color
Monochromatic Colors of #59293E
Black with #59293E
Text Example
Text Example
White with #59293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59293E; }
p { color: rgb(89,41,62); }
H1.HeaderClassName
{
color: #59293E;
}
.AnyTagClassName
{
color: #59293E;
}
</style>
background-color css
<style>
a { background-color: #59293E; }
a { background-color: rgb(89,41,62); }
div.DivClassName
{
background-color: #59293E;
}
.BgClassName
{
background-color: #59293E;
}
</style>
border-color css
<style>
span { border-color: #59293E; }
span { border-color: rgb(89,41,62); }
td.TdClassName
{
border-color: #59293E;
}
.TagClassName
{
border-color: #59293E;
}
</style>