Shades of Black Rose #59233A
Tints of Black Rose #59233A
RGB
CMYK
RGB Variations
Color information
#59233A (or 0x59233A) is known color: Black Rose. HEX triplet: 59, 23 and 3A. RGB value is (89,35,58). Sum of RGB (Red+Green+Blue) = 89+35+58=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #59233A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59233A is #A6DCC5. Grayscale: #353535. Windows color (decimal): -10935494 or 3810137. OLE color: 3810137.
HSL color Cylindrical-coordinate representation of color #59233A: hue angle of 334.44º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59233A is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 35 | 58 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.65 |
| HSL | 334.44º | 0.44% | 0.24% | - |
| HSV(B) | 334.44º | 0.61% | 0.35% | - |
| XYZ | 5.48 | 3.63 | 4.41 | - |
| YUV | 53.77 | 130.39 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 35 | 58 | 0 | 0.61 | 0.35 | 0.65 | 334.44 | 0.44 | 0.24 |
| Hex | 59 | 23 | 3A | 0 | 3D | 23 | 41 | 14E | 2C | 18 |
| Octal | 131 | 43 | 72 | 0 | 75 | 43 | 101 | 516 | 54 | 30 |
| Binary | 1011001 | 100011 | 111010 | 0 | 111101 | 100011 | 1000001 | 101001110 | 101100 | 11000 |
Color Harmonies of #59233A
Complementary color
Monochromatic Colors of #59233A
Black with #59233A
Text Example
Text Example
White with #59233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59233A; }
p { color: rgb(89,35,58); }
H1.HeaderClassName
{
color: #59233A;
}
.AnyTagClassName
{
color: #59233A;
}
</style>
background-color css
<style>
a { background-color: #59233A; }
a { background-color: rgb(89,35,58); }
div.DivClassName
{
background-color: #59233A;
}
.BgClassName
{
background-color: #59233A;
}
</style>
border-color css
<style>
span { border-color: #59233A; }
span { border-color: rgb(89,35,58); }
td.TdClassName
{
border-color: #59233A;
}
.TagClassName
{
border-color: #59233A;
}
</style>