Shades of Emperor #593C41
Tints of Emperor #593C41
RGB
CMYK
RGB Variations
Color information
#593C41 (or 0x593C41) is known color: Emperor. HEX triplet: 59, 3C and 41. RGB value is (89,60,65). Sum of RGB (Red+Green+Blue) = 89+60+65=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 89 - color contains mainly: red. Hex color #593C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593C41 is #A6C3BE. Grayscale: #454545. Windows color (decimal): -10929087 or 4275289. OLE color: 4275289.
HSL color Cylindrical-coordinate representation of color #593C41: hue angle of 349.66º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #593C41 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 60 | 65 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.65 |
| HSL | 349.66º | 0.19% | 0.29% | - |
| HSV(B) | 349.66º | 0.33% | 0.35% | - |
| XYZ | 6.69 | 5.74 | 5.76 | - |
| YUV | 69.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 65 | 0 | 0.33 | 0.27 | 0.65 | 349.66 | 0.19 | 0.29 |
| Hex | 59 | 3C | 41 | 0 | 21 | 1B | 41 | 15E | 13 | 1D |
| Octal | 131 | 74 | 101 | 0 | 41 | 33 | 101 | 536 | 23 | 35 |
| Binary | 1011001 | 111100 | 1000001 | 0 | 100001 | 11011 | 1000001 | 101011110 | 10011 | 11101 |
Color Harmonies of #593C41
Complementary color
Monochromatic Colors of #593C41
Black with #593C41
Text Example
Text Example
White with #593C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593C41; }
p { color: rgb(89,60,65); }
H1.HeaderClassName
{
color: #593C41;
}
.AnyTagClassName
{
color: #593C41;
}
</style>
background-color css
<style>
a { background-color: #593C41; }
a { background-color: rgb(89,60,65); }
div.DivClassName
{
background-color: #593C41;
}
.BgClassName
{
background-color: #593C41;
}
</style>
border-color css
<style>
span { border-color: #593C41; }
span { border-color: rgb(89,60,65); }
td.TdClassName
{
border-color: #593C41;
}
.TagClassName
{
border-color: #593C41;
}
</style>