Shades of Black Rose #592E3C
Tints of Black Rose #592E3C
RGB
CMYK
RGB Variations
Color information
#592E3C (or 0x592E3C) is known color: Black Rose. HEX triplet: 59, 2E and 3C. RGB value is (89,46,60). Sum of RGB (Red+Green+Blue) = 89+46+60=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #592E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592E3C is #A6D1C3. Grayscale: #3C3C3C. Windows color (decimal): -10932676 or 3944025. OLE color: 3944025.
HSL color Cylindrical-coordinate representation of color #592E3C: hue angle of 340.47º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #592E3C is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 46 | 60 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.65 |
| HSL | 340.47º | 0.32% | 0.26% | - |
| HSV(B) | 340.47º | 0.48% | 0.35% | - |
| XYZ | 5.91 | 4.4 | 4.81 | - |
| YUV | 60.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 46 | 60 | 0 | 0.48 | 0.33 | 0.65 | 340.47 | 0.32 | 0.26 |
| Hex | 59 | 2E | 3C | 0 | 30 | 21 | 41 | 154 | 20 | 1A |
| Octal | 131 | 56 | 74 | 0 | 60 | 41 | 101 | 524 | 40 | 32 |
| Binary | 1011001 | 101110 | 111100 | 0 | 110000 | 100001 | 1000001 | 101010100 | 100000 | 11010 |
Color Harmonies of #592E3C
Complementary color
Monochromatic Colors of #592E3C
Black with #592E3C
Text Example
Text Example
White with #592E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592E3C; }
p { color: rgb(89,46,60); }
H1.HeaderClassName
{
color: #592E3C;
}
.AnyTagClassName
{
color: #592E3C;
}
</style>
background-color css
<style>
a { background-color: #592E3C; }
a { background-color: rgb(89,46,60); }
div.DivClassName
{
background-color: #592E3C;
}
.BgClassName
{
background-color: #592E3C;
}
</style>
border-color css
<style>
span { border-color: #592E3C; }
span { border-color: rgb(89,46,60); }
td.TdClassName
{
border-color: #592E3C;
}
.TagClassName
{
border-color: #592E3C;
}
</style>