Shades of Emperor #593D42
Tints of Emperor #593D42
RGB
CMYK
RGB Variations
Color information
#593D42 (or 0x593D42) is known color: Emperor. HEX triplet: 59, 3D and 42. RGB value is (89,61,66). Sum of RGB (Red+Green+Blue) = 89+61+66=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 89 - color contains mainly: red. Hex color #593D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593D42 is #A6C2BD. Grayscale: #454545. Windows color (decimal): -10928830 or 4341081. OLE color: 4341081.
HSL color Cylindrical-coordinate representation of color #593D42: hue angle of 349.29º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #593D42 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 61 | 66 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.65 |
| HSL | 349.29º | 0.19% | 0.29% | - |
| HSV(B) | 349.29º | 0.31% | 0.35% | - |
| XYZ | 6.77 | 5.85 | 5.93 | - |
| YUV | 69.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 61 | 66 | 0 | 0.31 | 0.26 | 0.65 | 349.29 | 0.19 | 0.29 |
| Hex | 59 | 3D | 42 | 0 | 1F | 1A | 41 | 15D | 13 | 1D |
| Octal | 131 | 75 | 102 | 0 | 37 | 32 | 101 | 535 | 23 | 35 |
| Binary | 1011001 | 111101 | 1000010 | 0 | 11111 | 11010 | 1000001 | 101011101 | 10011 | 11101 |
Color Harmonies of #593D42
Complementary color
Monochromatic Colors of #593D42
Black with #593D42
Text Example
Text Example
White with #593D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593D42; }
p { color: rgb(89,61,66); }
H1.HeaderClassName
{
color: #593D42;
}
.AnyTagClassName
{
color: #593D42;
}
</style>
background-color css
<style>
a { background-color: #593D42; }
a { background-color: rgb(89,61,66); }
div.DivClassName
{
background-color: #593D42;
}
.BgClassName
{
background-color: #593D42;
}
</style>
border-color css
<style>
span { border-color: #593D42; }
span { border-color: rgb(89,61,66); }
td.TdClassName
{
border-color: #593D42;
}
.TagClassName
{
border-color: #593D42;
}
</style>