Shades of Emperor #514245
Tints of Emperor #514245
RGB
CMYK
RGB Variations
Color information
#514245 (or 0x514245) is known color: Emperor. HEX triplet: 51, 42 and 45. RGB value is (81,66,69). Sum of RGB (Red+Green+Blue) = 81+66+69=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 81 - color contains mainly: red. Hex color #514245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514245 is #AEBDBA. Grayscale: #464646. Windows color (decimal): -11451835 or 4538961. OLE color: 4538961.
HSL color Cylindrical-coordinate representation of color #514245: hue angle of 348º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #514245 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 66 | 69 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.68 |
| HSL | 348º | 0.1% | 0.29% | - |
| HSV(B) | 348º | 0.19% | 0.32% | - |
| XYZ | 6.42 | 6.08 | 6.46 | - |
| YUV | 70.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 66 | 69 | 0 | 0.19 | 0.15 | 0.68 | 348 | 0.1 | 0.29 |
| Hex | 51 | 42 | 45 | 0 | 13 | F | 44 | 15C | A | 1D |
| Octal | 121 | 102 | 105 | 0 | 23 | 17 | 104 | 534 | 12 | 35 |
| Binary | 1010001 | 1000010 | 1000101 | 0 | 10011 | 1111 | 1000100 | 101011100 | 1010 | 11101 |
Color Harmonies of #514245
Complementary color
Monochromatic Colors of #514245
Black with #514245
Text Example
Text Example
White with #514245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514245; }
p { color: rgb(81,66,69); }
H1.HeaderClassName
{
color: #514245;
}
.AnyTagClassName
{
color: #514245;
}
</style>
background-color css
<style>
a { background-color: #514245; }
a { background-color: rgb(81,66,69); }
div.DivClassName
{
background-color: #514245;
}
.BgClassName
{
background-color: #514245;
}
</style>
border-color css
<style>
span { border-color: #514245; }
span { border-color: rgb(81,66,69); }
td.TdClassName
{
border-color: #514245;
}
.TagClassName
{
border-color: #514245;
}
</style>