Shades of Black Rose #59293D
Tints of Black Rose #59293D
RGB
CMYK
RGB Variations
Color information
#59293D (or 0x59293D) is known color: Black Rose. HEX triplet: 59, 29 and 3D. RGB value is (89,41,61). Sum of RGB (Red+Green+Blue) = 89+41+61=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #59293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59293D is #A6D6C2. Grayscale: #393939. Windows color (decimal): -10933955 or 4008281. OLE color: 4008281.
HSL color Cylindrical-coordinate representation of color #59293D: hue angle of 335º 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 #59293D is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 41 | 61 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.65 |
| HSL | 335º | 0.37% | 0.25% | - |
| HSV(B) | 335º | 0.54% | 0.35% | - |
| XYZ | 5.76 | 4.05 | 4.89 | - |
| YUV | 57.63 | 129.9 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 41 | 61 | 0 | 0.54 | 0.31 | 0.65 | 335 | 0.37 | 0.25 |
| Hex | 59 | 29 | 3D | 0 | 36 | 1F | 41 | 14F | 25 | 19 |
| Octal | 131 | 51 | 75 | 0 | 66 | 37 | 101 | 517 | 45 | 31 |
| Binary | 1011001 | 101001 | 111101 | 0 | 110110 | 11111 | 1000001 | 101001111 | 100101 | 11001 |
Color Harmonies of #59293D
Complementary color
Monochromatic Colors of #59293D
Black with #59293D
Text Example
Text Example
White with #59293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59293D; }
p { color: rgb(89,41,61); }
H1.HeaderClassName
{
color: #59293D;
}
.AnyTagClassName
{
color: #59293D;
}
</style>
background-color css
<style>
a { background-color: #59293D; }
a { background-color: rgb(89,41,61); }
div.DivClassName
{
background-color: #59293D;
}
.BgClassName
{
background-color: #59293D;
}
</style>
border-color css
<style>
span { border-color: #59293D; }
span { border-color: rgb(89,41,61); }
td.TdClassName
{
border-color: #59293D;
}
.TagClassName
{
border-color: #59293D;
}
</style>