Shades of Black Rose #592A3E
Tints of Black Rose #592A3E
RGB
CMYK
RGB Variations
Color information
#592A3E (or 0x592A3E) is known color: Black Rose. HEX triplet: 59, 2A and 3E. RGB value is (89,42,62). Sum of RGB (Red+Green+Blue) = 89+42+62=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #592A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592A3E is #A6D5C1. Grayscale: #3A3A3A. Windows color (decimal): -10933698 or 4074073. OLE color: 4074073.
HSL color Cylindrical-coordinate representation of color #592A3E: hue angle of 334.47º 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 #592A3E is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 42 | 62 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.65 |
| HSL | 334.47º | 0.36% | 0.26% | - |
| HSV(B) | 334.47º | 0.53% | 0.35% | - |
| XYZ | 5.82 | 4.13 | 5.05 | - |
| YUV | 58.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 42 | 62 | 0 | 0.53 | 0.30 | 0.65 | 334.47 | 0.36 | 0.26 |
| Hex | 59 | 2A | 3E | 0 | 35 | 1E | 41 | 14E | 24 | 1A |
| Octal | 131 | 52 | 76 | 0 | 65 | 36 | 101 | 516 | 44 | 32 |
| Binary | 1011001 | 101010 | 111110 | 0 | 110101 | 11110 | 1000001 | 101001110 | 100100 | 11010 |
Color Harmonies of #592A3E
Complementary color
Monochromatic Colors of #592A3E
Black with #592A3E
Text Example
Text Example
White with #592A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592A3E; }
p { color: rgb(89,42,62); }
H1.HeaderClassName
{
color: #592A3E;
}
.AnyTagClassName
{
color: #592A3E;
}
</style>
background-color css
<style>
a { background-color: #592A3E; }
a { background-color: rgb(89,42,62); }
div.DivClassName
{
background-color: #592A3E;
}
.BgClassName
{
background-color: #592A3E;
}
</style>
border-color css
<style>
span { border-color: #592A3E; }
span { border-color: rgb(89,42,62); }
td.TdClassName
{
border-color: #592A3E;
}
.TagClassName
{
border-color: #592A3E;
}
</style>