Shades of Emperor #573F40
Tints of Emperor #573F40
RGB
CMYK
RGB Variations
Color information
#573F40 (or 0x573F40) is known color: Emperor. HEX triplet: 57, 3F and 40. RGB value is (87,63,64). Sum of RGB (Red+Green+Blue) = 87+63+64=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #573F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573F40 is #A8C0BF. Grayscale: #464646. Windows color (decimal): -11059392 or 4210519. OLE color: 4210519.
HSL color Cylindrical-coordinate representation of color #573F40: hue angle of 357.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #573F40 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 63 | 64 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.66 |
| HSL | 357.5º | 0.16% | 0.29% | - |
| HSV(B) | 357.5º | 0.28% | 0.34% | - |
| XYZ | 6.63 | 5.95 | 5.65 | - |
| YUV | 70.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 63 | 64 | 0 | 0.28 | 0.26 | 0.66 | 357.5 | 0.16 | 0.29 |
| Hex | 57 | 3F | 40 | 0 | 1C | 1A | 42 | 166 | 10 | 1D |
| Octal | 127 | 77 | 100 | 0 | 34 | 32 | 102 | 546 | 20 | 35 |
| Binary | 1010111 | 111111 | 1000000 | 0 | 11100 | 11010 | 1000010 | 101100110 | 10000 | 11101 |
Color Harmonies of #573F40
Complementary color
Monochromatic Colors of #573F40
Black with #573F40
Text Example
Text Example
White with #573F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573F40; }
p { color: rgb(87,63,64); }
H1.HeaderClassName
{
color: #573F40;
}
.AnyTagClassName
{
color: #573F40;
}
</style>
background-color css
<style>
a { background-color: #573F40; }
a { background-color: rgb(87,63,64); }
div.DivClassName
{
background-color: #573F40;
}
.BgClassName
{
background-color: #573F40;
}
</style>
border-color css
<style>
span { border-color: #573F40; }
span { border-color: rgb(87,63,64); }
td.TdClassName
{
border-color: #573F40;
}
.TagClassName
{
border-color: #573F40;
}
</style>