Shades of Black Rose #59212F
Tints of Black Rose #59212F
RGB
CMYK
RGB Variations
Color information
#59212F (or 0x59212F) is known color: Black Rose. HEX triplet: 59, 21 and 2F. RGB value is (89,33,47). Sum of RGB (Red+Green+Blue) = 89+33+47=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59212F is #A6DED0. Grayscale: #333333. Windows color (decimal): -10936017 or 3088729. OLE color: 3088729.
HSL color Cylindrical-coordinate representation of color #59212F: hue angle of 345º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59212F is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 33 | 47 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.65 |
| HSL | 345º | 0.46% | 0.24% | - |
| HSV(B) | 345º | 0.63% | 0.35% | - |
| XYZ | 5.18 | 3.42 | 3.08 | - |
| YUV | 51.34 | 125.55 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 47 | 0 | 0.63 | 0.47 | 0.65 | 345 | 0.46 | 0.24 |
| Hex | 59 | 21 | 2F | 0 | 3F | 2F | 41 | 159 | 2E | 18 |
| Octal | 131 | 41 | 57 | 0 | 77 | 57 | 101 | 531 | 56 | 30 |
| Binary | 1011001 | 100001 | 101111 | 0 | 111111 | 101111 | 1000001 | 101011001 | 101110 | 11000 |
Color Harmonies of #59212F
Complementary color
Monochromatic Colors of #59212F
Black with #59212F
Text Example
Text Example
White with #59212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59212F; }
p { color: rgb(89,33,47); }
H1.HeaderClassName
{
color: #59212F;
}
.AnyTagClassName
{
color: #59212F;
}
</style>
background-color css
<style>
a { background-color: #59212F; }
a { background-color: rgb(89,33,47); }
div.DivClassName
{
background-color: #59212F;
}
.BgClassName
{
background-color: #59212F;
}
</style>
border-color css
<style>
span { border-color: #59212F; }
span { border-color: rgb(89,33,47); }
td.TdClassName
{
border-color: #59212F;
}
.TagClassName
{
border-color: #59212F;
}
</style>