Shades of Emperor #514448
Tints of Emperor #514448
RGB
CMYK
RGB Variations
Color information
#514448 (or 0x514448) is known color: Emperor. HEX triplet: 51, 44 and 48. RGB value is (81,68,72). Sum of RGB (Red+Green+Blue) = 81+68+72=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 81 - color contains mainly: red. Hex color #514448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514448 is #AEBBB7. Grayscale: #484848. Windows color (decimal): -11451320 or 4736081. OLE color: 4736081.
HSL color Cylindrical-coordinate representation of color #514448: hue angle of 341.54º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #514448 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 68 | 72 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.68 |
| HSL | 341.54º | 0.09% | 0.29% | - |
| HSV(B) | 341.54º | 0.16% | 0.32% | - |
| XYZ | 6.63 | 6.35 | 7.01 | - |
| YUV | 72.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 72 | 0 | 0.16 | 0.11 | 0.68 | 341.54 | 0.09 | 0.29 |
| Hex | 51 | 44 | 48 | 0 | 10 | B | 44 | 156 | 9 | 1D |
| Octal | 121 | 104 | 110 | 0 | 20 | 13 | 104 | 526 | 11 | 35 |
| Binary | 1010001 | 1000100 | 1001000 | 0 | 10000 | 1011 | 1000100 | 101010110 | 1001 | 11101 |
Color Harmonies of #514448
Complementary color
Monochromatic Colors of #514448
Black with #514448
Text Example
Text Example
White with #514448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514448; }
p { color: rgb(81,68,72); }
H1.HeaderClassName
{
color: #514448;
}
.AnyTagClassName
{
color: #514448;
}
</style>
background-color css
<style>
a { background-color: #514448; }
a { background-color: rgb(81,68,72); }
div.DivClassName
{
background-color: #514448;
}
.BgClassName
{
background-color: #514448;
}
</style>
border-color css
<style>
span { border-color: #514448; }
span { border-color: rgb(81,68,72); }
td.TdClassName
{
border-color: #514448;
}
.TagClassName
{
border-color: #514448;
}
</style>