Shades of Black Rose #592B3E
Tints of Black Rose #592B3E
RGB
CMYK
RGB Variations
Color information
#592B3E (or 0x592B3E) is known color: Black Rose. HEX triplet: 59, 2B and 3E. RGB value is (89,43,62). Sum of RGB (Red+Green+Blue) = 89+43+62=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #592B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592B3E is #A6D4C1. Grayscale: #3A3A3A. Windows color (decimal): -10933442 or 4074329. OLE color: 4074329.
HSL color Cylindrical-coordinate representation of color #592B3E: hue angle of 335.22º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #592B3E is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 43 | 62 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.65 |
| HSL | 335.22º | 0.35% | 0.26% | - |
| HSV(B) | 335.22º | 0.52% | 0.35% | - |
| XYZ | 5.85 | 4.2 | 5.06 | - |
| YUV | 58.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 43 | 62 | 0 | 0.52 | 0.30 | 0.65 | 335.22 | 0.35 | 0.26 |
| Hex | 59 | 2B | 3E | 0 | 34 | 1E | 41 | 14F | 23 | 1A |
| Octal | 131 | 53 | 76 | 0 | 64 | 36 | 101 | 517 | 43 | 32 |
| Binary | 1011001 | 101011 | 111110 | 0 | 110100 | 11110 | 1000001 | 101001111 | 100011 | 11010 |
Color Harmonies of #592B3E
Complementary color
Monochromatic Colors of #592B3E
Black with #592B3E
Text Example
Text Example
White with #592B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592B3E; }
p { color: rgb(89,43,62); }
H1.HeaderClassName
{
color: #592B3E;
}
.AnyTagClassName
{
color: #592B3E;
}
</style>
background-color css
<style>
a { background-color: #592B3E; }
a { background-color: rgb(89,43,62); }
div.DivClassName
{
background-color: #592B3E;
}
.BgClassName
{
background-color: #592B3E;
}
</style>
border-color css
<style>
span { border-color: #592B3E; }
span { border-color: rgb(89,43,62); }
td.TdClassName
{
border-color: #592B3E;
}
.TagClassName
{
border-color: #592B3E;
}
</style>