Shades of Black Rose #59172D
Tints of Black Rose #59172D
RGB
CMYK
RGB Variations
Color information
#59172D (or 0x59172D) is known color: Black Rose. HEX triplet: 59, 17 and 2D. RGB value is (89,23,45). Sum of RGB (Red+Green+Blue) = 89+23+45=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #59172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59172D is #A6E8D2. Grayscale: #2D2D2D. Windows color (decimal): -10938579 or 2955097. OLE color: 2955097.
HSL color Cylindrical-coordinate representation of color #59172D: hue angle of 340º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59172D is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 23 | 45 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.65 |
| HSL | 340º | 0.59% | 0.22% | - |
| HSV(B) | 340º | 0.74% | 0.35% | - |
| XYZ | 4.9 | 2.93 | 2.79 | - |
| YUV | 45.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 45 | 0 | 0.74 | 0.49 | 0.65 | 340 | 0.59 | 0.22 |
| Hex | 59 | 17 | 2D | 0 | 4A | 31 | 41 | 154 | 3B | 16 |
| Octal | 131 | 27 | 55 | 0 | 112 | 61 | 101 | 524 | 73 | 26 |
| Binary | 1011001 | 10111 | 101101 | 0 | 1001010 | 110001 | 1000001 | 101010100 | 111011 | 10110 |
Color Harmonies of #59172D
Complementary color
Monochromatic Colors of #59172D
Black with #59172D
Text Example
Text Example
White with #59172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59172D; }
p { color: rgb(89,23,45); }
H1.HeaderClassName
{
color: #59172D;
}
.AnyTagClassName
{
color: #59172D;
}
</style>
background-color css
<style>
a { background-color: #59172D; }
a { background-color: rgb(89,23,45); }
div.DivClassName
{
background-color: #59172D;
}
.BgClassName
{
background-color: #59172D;
}
</style>
border-color css
<style>
span { border-color: #59172D; }
span { border-color: rgb(89,23,45); }
td.TdClassName
{
border-color: #59172D;
}
.TagClassName
{
border-color: #59172D;
}
</style>