Shades of Black Rose #592A3F
Tints of Black Rose #592A3F
RGB
CMYK
RGB Variations
Color information
#592A3F (or 0x592A3F) is known color: Black Rose. HEX triplet: 59, 2A and 3F. RGB value is (89,42,63). Sum of RGB (Red+Green+Blue) = 89+42+63=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #592A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592A3F is #A6D5C0. Grayscale: #3A3A3A. Windows color (decimal): -10933697 or 4139609. OLE color: 4139609.
HSL color Cylindrical-coordinate representation of color #592A3F: hue angle of 333.19º 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 #592A3F is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 42 | 63 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.65 |
| HSL | 333.19º | 0.36% | 0.26% | - |
| HSV(B) | 333.19º | 0.53% | 0.35% | - |
| XYZ | 5.84 | 4.14 | 5.19 | - |
| YUV | 58.45 | 130.57 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 42 | 63 | 0 | 0.53 | 0.29 | 0.65 | 333.19 | 0.36 | 0.26 |
| Hex | 59 | 2A | 3F | 0 | 35 | 1D | 41 | 14D | 24 | 1A |
| Octal | 131 | 52 | 77 | 0 | 65 | 35 | 101 | 515 | 44 | 32 |
| Binary | 1011001 | 101010 | 111111 | 0 | 110101 | 11101 | 1000001 | 101001101 | 100100 | 11010 |
Color Harmonies of #592A3F
Complementary color
Monochromatic Colors of #592A3F
Black with #592A3F
Text Example
Text Example
White with #592A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592A3F; }
p { color: rgb(89,42,63); }
H1.HeaderClassName
{
color: #592A3F;
}
.AnyTagClassName
{
color: #592A3F;
}
</style>
background-color css
<style>
a { background-color: #592A3F; }
a { background-color: rgb(89,42,63); }
div.DivClassName
{
background-color: #592A3F;
}
.BgClassName
{
background-color: #592A3F;
}
</style>
border-color css
<style>
span { border-color: #592A3F; }
span { border-color: rgb(89,42,63); }
td.TdClassName
{
border-color: #592A3F;
}
.TagClassName
{
border-color: #592A3F;
}
</style>