Shades of Black Rose #592A39
Tints of Black Rose #592A39
RGB
CMYK
RGB Variations
Color information
#592A39 (or 0x592A39) is known color: Black Rose. HEX triplet: 59, 2A and 39. RGB value is (89,42,57). Sum of RGB (Red+Green+Blue) = 89+42+57=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #592A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592A39 is #A6D5C6. Grayscale: #393939. Windows color (decimal): -10933703 or 3746393. OLE color: 3746393.
HSL color Cylindrical-coordinate representation of color #592A39: hue angle of 340.85º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #592A39 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 42 | 57 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.65 |
| HSL | 340.85º | 0.36% | 0.26% | - |
| HSV(B) | 340.85º | 0.53% | 0.35% | - |
| XYZ | 5.69 | 4.08 | 4.36 | - |
| YUV | 57.76 | 127.57 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 42 | 57 | 0 | 0.53 | 0.36 | 0.65 | 340.85 | 0.36 | 0.26 |
| Hex | 59 | 2A | 39 | 0 | 35 | 24 | 41 | 155 | 24 | 1A |
| Octal | 131 | 52 | 71 | 0 | 65 | 44 | 101 | 525 | 44 | 32 |
| Binary | 1011001 | 101010 | 111001 | 0 | 110101 | 100100 | 1000001 | 101010101 | 100100 | 11010 |
Color Harmonies of #592A39
Complementary color
Monochromatic Colors of #592A39
Black with #592A39
Text Example
Text Example
White with #592A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592A39; }
p { color: rgb(89,42,57); }
H1.HeaderClassName
{
color: #592A39;
}
.AnyTagClassName
{
color: #592A39;
}
</style>
background-color css
<style>
a { background-color: #592A39; }
a { background-color: rgb(89,42,57); }
div.DivClassName
{
background-color: #592A39;
}
.BgClassName
{
background-color: #592A39;
}
</style>
border-color css
<style>
span { border-color: #592A39; }
span { border-color: rgb(89,42,57); }
td.TdClassName
{
border-color: #592A39;
}
.TagClassName
{
border-color: #592A39;
}
</style>