Shades of Emperor #574245
Tints of Emperor #574245
RGB
CMYK
RGB Variations
Color information
#574245 (or 0x574245) is known color: Emperor. HEX triplet: 57, 42 and 45. RGB value is (87,66,69). Sum of RGB (Red+Green+Blue) = 87+66+69=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 87 - color contains mainly: red. Hex color #574245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574245 is #A8BDBA. Grayscale: #484848. Windows color (decimal): -11058619 or 4538967. OLE color: 4538967.
HSL color Cylindrical-coordinate representation of color #574245: hue angle of 351.43º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #574245 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 66 | 69 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.66 |
| HSL | 351.43º | 0.14% | 0.3% | - |
| HSV(B) | 351.43º | 0.24% | 0.34% | - |
| XYZ | 6.95 | 6.35 | 6.49 | - |
| YUV | 72.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 66 | 69 | 0 | 0.24 | 0.21 | 0.66 | 351.43 | 0.14 | 0.3 |
| Hex | 57 | 42 | 45 | 0 | 18 | 15 | 42 | 15F | E | 1E |
| Octal | 127 | 102 | 105 | 0 | 30 | 25 | 102 | 537 | 16 | 36 |
| Binary | 1010111 | 1000010 | 1000101 | 0 | 11000 | 10101 | 1000010 | 101011111 | 1110 | 11110 |
Color Harmonies of #574245
Complementary color
Monochromatic Colors of #574245
Black with #574245
Text Example
Text Example
White with #574245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574245; }
p { color: rgb(87,66,69); }
H1.HeaderClassName
{
color: #574245;
}
.AnyTagClassName
{
color: #574245;
}
</style>
background-color css
<style>
a { background-color: #574245; }
a { background-color: rgb(87,66,69); }
div.DivClassName
{
background-color: #574245;
}
.BgClassName
{
background-color: #574245;
}
</style>
border-color css
<style>
span { border-color: #574245; }
span { border-color: rgb(87,66,69); }
td.TdClassName
{
border-color: #574245;
}
.TagClassName
{
border-color: #574245;
}
</style>