Shades of Emperor #573D42
Tints of Emperor #573D42
RGB
CMYK
RGB Variations
Color information
#573D42 (or 0x573D42) is known color: Emperor. HEX triplet: 57, 3D and 42. RGB value is (87,61,66). Sum of RGB (Red+Green+Blue) = 87+61+66=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #573D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573D42 is #A8C2BD. Grayscale: #454545. Windows color (decimal): -11059902 or 4341079. OLE color: 4341079.
HSL color Cylindrical-coordinate representation of color #573D42: hue angle of 348.46º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #573D42 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 61 | 66 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.66 |
| HSL | 348.46º | 0.18% | 0.29% | - |
| HSV(B) | 348.46º | 0.3% | 0.34% | - |
| XYZ | 6.58 | 5.76 | 5.92 | - |
| YUV | 69.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 66 | 0 | 0.30 | 0.24 | 0.66 | 348.46 | 0.18 | 0.29 |
| Hex | 57 | 3D | 42 | 0 | 1E | 18 | 42 | 15C | 12 | 1D |
| Octal | 127 | 75 | 102 | 0 | 36 | 30 | 102 | 534 | 22 | 35 |
| Binary | 1010111 | 111101 | 1000010 | 0 | 11110 | 11000 | 1000010 | 101011100 | 10010 | 11101 |
Color Harmonies of #573D42
Complementary color
Monochromatic Colors of #573D42
Black with #573D42
Text Example
Text Example
White with #573D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573D42; }
p { color: rgb(87,61,66); }
H1.HeaderClassName
{
color: #573D42;
}
.AnyTagClassName
{
color: #573D42;
}
</style>
background-color css
<style>
a { background-color: #573D42; }
a { background-color: rgb(87,61,66); }
div.DivClassName
{
background-color: #573D42;
}
.BgClassName
{
background-color: #573D42;
}
</style>
border-color css
<style>
span { border-color: #573D42; }
span { border-color: rgb(87,61,66); }
td.TdClassName
{
border-color: #573D42;
}
.TagClassName
{
border-color: #573D42;
}
</style>