Shades of Emperor #514143
Tints of Emperor #514143
RGB
CMYK
RGB Variations
Color information
#514143 (or 0x514143) is known color: Emperor. HEX triplet: 51, 41 and 43. RGB value is (81,65,67). Sum of RGB (Red+Green+Blue) = 81+65+67=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 81 - color contains mainly: red. Hex color #514143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514143 is #AEBEBC. Grayscale: #464646. Windows color (decimal): -11452093 or 4407633. OLE color: 4407633.
HSL color Cylindrical-coordinate representation of color #514143: hue angle of 352.5º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #514143 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 65 | 67 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.68 |
| HSL | 352.5º | 0.11% | 0.29% | - |
| HSV(B) | 352.5º | 0.2% | 0.32% | - |
| XYZ | 6.3 | 5.94 | 6.12 | - |
| YUV | 70.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 67 | 0 | 0.20 | 0.17 | 0.68 | 352.5 | 0.11 | 0.29 |
| Hex | 51 | 41 | 43 | 0 | 14 | 11 | 44 | 160 | B | 1D |
| Octal | 121 | 101 | 103 | 0 | 24 | 21 | 104 | 540 | 13 | 35 |
| Binary | 1010001 | 1000001 | 1000011 | 0 | 10100 | 10001 | 1000100 | 101100000 | 1011 | 11101 |
Color Harmonies of #514143
Complementary color
Monochromatic Colors of #514143
Black with #514143
Text Example
Text Example
White with #514143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514143; }
p { color: rgb(81,65,67); }
H1.HeaderClassName
{
color: #514143;
}
.AnyTagClassName
{
color: #514143;
}
</style>
background-color css
<style>
a { background-color: #514143; }
a { background-color: rgb(81,65,67); }
div.DivClassName
{
background-color: #514143;
}
.BgClassName
{
background-color: #514143;
}
</style>
border-color css
<style>
span { border-color: #514143; }
span { border-color: rgb(81,65,67); }
td.TdClassName
{
border-color: #514143;
}
.TagClassName
{
border-color: #514143;
}
</style>