Shades of Emperor #513F43
Tints of Emperor #513F43
RGB
CMYK
RGB Variations
Color information
#513F43 (or 0x513F43) is known color: Emperor. HEX triplet: 51, 3F and 43. RGB value is (81,63,67). Sum of RGB (Red+Green+Blue) = 81+63+67=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 81 - color contains mainly: red. Hex color #513F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F43 is #AEC0BC. Grayscale: #444444. Windows color (decimal): -11452605 or 4407121. OLE color: 4407121.
HSL color Cylindrical-coordinate representation of color #513F43: hue angle of 346.67º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #513F43 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 63 | 67 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.68 |
| HSL | 346.67º | 0.13% | 0.28% | - |
| HSV(B) | 346.67º | 0.22% | 0.32% | - |
| XYZ | 6.18 | 5.71 | 6.09 | - |
| YUV | 68.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 67 | 0 | 0.22 | 0.17 | 0.68 | 346.67 | 0.13 | 0.28 |
| Hex | 51 | 3F | 43 | 0 | 16 | 11 | 44 | 15B | C | 1C |
| Octal | 121 | 77 | 103 | 0 | 26 | 21 | 104 | 533 | 14 | 34 |
| Binary | 1010001 | 111111 | 1000011 | 0 | 10110 | 10001 | 1000100 | 101011011 | 1100 | 11100 |
Color Harmonies of #513F43
Complementary color
Monochromatic Colors of #513F43
Black with #513F43
Text Example
Text Example
White with #513F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F43; }
p { color: rgb(81,63,67); }
H1.HeaderClassName
{
color: #513F43;
}
.AnyTagClassName
{
color: #513F43;
}
</style>
background-color css
<style>
a { background-color: #513F43; }
a { background-color: rgb(81,63,67); }
div.DivClassName
{
background-color: #513F43;
}
.BgClassName
{
background-color: #513F43;
}
</style>
border-color css
<style>
span { border-color: #513F43; }
span { border-color: rgb(81,63,67); }
td.TdClassName
{
border-color: #513F43;
}
.TagClassName
{
border-color: #513F43;
}
</style>