Shades of Black Rose #592139
Tints of Black Rose #592139
RGB
CMYK
RGB Variations
Color information
#592139 (or 0x592139) is known color: Black Rose. HEX triplet: 59, 21 and 39. RGB value is (89,33,57). Sum of RGB (Red+Green+Blue) = 89+33+57=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #592139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592139 is #A6DEC6. Grayscale: #343434. Windows color (decimal): -10936007 or 3744089. OLE color: 3744089.
HSL color Cylindrical-coordinate representation of color #592139: hue angle of 334.29º 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 #592139 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 33 | 57 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.65 |
| HSL | 334.29º | 0.46% | 0.24% | - |
| HSV(B) | 334.29º | 0.63% | 0.35% | - |
| XYZ | 5.4 | 3.51 | 4.26 | - |
| YUV | 52.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 57 | 0 | 0.63 | 0.36 | 0.65 | 334.29 | 0.46 | 0.24 |
| Hex | 59 | 21 | 39 | 0 | 3F | 24 | 41 | 14E | 2E | 18 |
| Octal | 131 | 41 | 71 | 0 | 77 | 44 | 101 | 516 | 56 | 30 |
| Binary | 1011001 | 100001 | 111001 | 0 | 111111 | 100100 | 1000001 | 101001110 | 101110 | 11000 |
Color Harmonies of #592139
Complementary color
Monochromatic Colors of #592139
Black with #592139
Text Example
Text Example
White with #592139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592139; }
p { color: rgb(89,33,57); }
H1.HeaderClassName
{
color: #592139;
}
.AnyTagClassName
{
color: #592139;
}
</style>
background-color css
<style>
a { background-color: #592139; }
a { background-color: rgb(89,33,57); }
div.DivClassName
{
background-color: #592139;
}
.BgClassName
{
background-color: #592139;
}
</style>
border-color css
<style>
span { border-color: #592139; }
span { border-color: rgb(89,33,57); }
td.TdClassName
{
border-color: #592139;
}
.TagClassName
{
border-color: #592139;
}
</style>