Shades of Emperor #573D41
Tints of Emperor #573D41
RGB
CMYK
RGB Variations
Color information
#573D41 (or 0x573D41) is known color: Emperor. HEX triplet: 57, 3D and 41. RGB value is (87,61,65). Sum of RGB (Red+Green+Blue) = 87+61+65=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 87 - color contains mainly: red. Hex color #573D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573D41 is #A8C2BE. Grayscale: #454545. Windows color (decimal): -11059903 or 4275543. OLE color: 4275543.
HSL color Cylindrical-coordinate representation of color #573D41: hue angle of 350.77º 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 #573D41 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 61 | 65 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.66 |
| HSL | 350.77º | 0.18% | 0.29% | - |
| HSV(B) | 350.77º | 0.3% | 0.34% | - |
| XYZ | 6.55 | 5.75 | 5.76 | - |
| YUV | 69.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 65 | 0 | 0.30 | 0.25 | 0.66 | 350.77 | 0.18 | 0.29 |
| Hex | 57 | 3D | 41 | 0 | 1E | 19 | 42 | 15F | 12 | 1D |
| Octal | 127 | 75 | 101 | 0 | 36 | 31 | 102 | 537 | 22 | 35 |
| Binary | 1010111 | 111101 | 1000001 | 0 | 11110 | 11001 | 1000010 | 101011111 | 10010 | 11101 |
Color Harmonies of #573D41
Complementary color
Monochromatic Colors of #573D41
Black with #573D41
Text Example
Text Example
White with #573D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573D41; }
p { color: rgb(87,61,65); }
H1.HeaderClassName
{
color: #573D41;
}
.AnyTagClassName
{
color: #573D41;
}
</style>
background-color css
<style>
a { background-color: #573D41; }
a { background-color: rgb(87,61,65); }
div.DivClassName
{
background-color: #573D41;
}
.BgClassName
{
background-color: #573D41;
}
</style>
border-color css
<style>
span { border-color: #573D41; }
span { border-color: rgb(87,61,65); }
td.TdClassName
{
border-color: #573D41;
}
.TagClassName
{
border-color: #573D41;
}
</style>