Shades of Black Rose #59242D
Tints of Black Rose #59242D
RGB
CMYK
RGB Variations
Color information
#59242D (or 0x59242D) is known color: Black Rose. HEX triplet: 59, 24 and 2D. RGB value is (89,36,45). Sum of RGB (Red+Green+Blue) = 89+36+45=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #59242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59242D is #A6DBD2. Grayscale: #343434. Windows color (decimal): -10935251 or 2958425. OLE color: 2958425.
HSL color Cylindrical-coordinate representation of color #59242D: hue angle of 349.81º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59242D is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 36 | 45 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.65 |
| HSL | 349.81º | 0.42% | 0.25% | - |
| HSV(B) | 349.81º | 0.6% | 0.35% | - |
| XYZ | 5.22 | 3.58 | 2.9 | - |
| YUV | 52.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 36 | 45 | 0 | 0.60 | 0.49 | 0.65 | 349.81 | 0.42 | 0.25 |
| Hex | 59 | 24 | 2D | 0 | 3C | 31 | 41 | 15E | 2A | 19 |
| Octal | 131 | 44 | 55 | 0 | 74 | 61 | 101 | 536 | 52 | 31 |
| Binary | 1011001 | 100100 | 101101 | 0 | 111100 | 110001 | 1000001 | 101011110 | 101010 | 11001 |
Color Harmonies of #59242D
Complementary color
Monochromatic Colors of #59242D
Black with #59242D
Text Example
Text Example
White with #59242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59242D; }
p { color: rgb(89,36,45); }
H1.HeaderClassName
{
color: #59242D;
}
.AnyTagClassName
{
color: #59242D;
}
</style>
background-color css
<style>
a { background-color: #59242D; }
a { background-color: rgb(89,36,45); }
div.DivClassName
{
background-color: #59242D;
}
.BgClassName
{
background-color: #59242D;
}
</style>
border-color css
<style>
span { border-color: #59242D; }
span { border-color: rgb(89,36,45); }
td.TdClassName
{
border-color: #59242D;
}
.TagClassName
{
border-color: #59242D;
}
</style>