Shades of Black Rose #59182F
Tints of Black Rose #59182F
RGB
CMYK
RGB Variations
Color information
#59182F (or 0x59182F) is known color: Black Rose. HEX triplet: 59, 18 and 2F. RGB value is (89,24,47). Sum of RGB (Red+Green+Blue) = 89+24+47=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #59182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59182F is #A6E7D0. Grayscale: #2E2E2E. Windows color (decimal): -10938321 or 3086425. OLE color: 3086425.
HSL color Cylindrical-coordinate representation of color #59182F: hue angle of 338.77º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #59182F is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 24 | 47 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.65 |
| HSL | 338.77º | 0.58% | 0.22% | - |
| HSV(B) | 338.77º | 0.73% | 0.35% | - |
| XYZ | 4.96 | 2.98 | 3 | - |
| YUV | 46.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 24 | 47 | 0 | 0.73 | 0.47 | 0.65 | 338.77 | 0.58 | 0.22 |
| Hex | 59 | 18 | 2F | 0 | 49 | 2F | 41 | 153 | 3A | 16 |
| Octal | 131 | 30 | 57 | 0 | 111 | 57 | 101 | 523 | 72 | 26 |
| Binary | 1011001 | 11000 | 101111 | 0 | 1001001 | 101111 | 1000001 | 101010011 | 111010 | 10110 |
Color Harmonies of #59182F
Complementary color
Monochromatic Colors of #59182F
Black with #59182F
Text Example
Text Example
White with #59182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59182F; }
p { color: rgb(89,24,47); }
H1.HeaderClassName
{
color: #59182F;
}
.AnyTagClassName
{
color: #59182F;
}
</style>
background-color css
<style>
a { background-color: #59182F; }
a { background-color: rgb(89,24,47); }
div.DivClassName
{
background-color: #59182F;
}
.BgClassName
{
background-color: #59182F;
}
</style>
border-color css
<style>
span { border-color: #59182F; }
span { border-color: rgb(89,24,47); }
td.TdClassName
{
border-color: #59182F;
}
.TagClassName
{
border-color: #59182F;
}
</style>