Shades of Eminence #814272
Tints of Eminence #814272
RGB
CMYK
RGB Variations
Color information
#814272 (or 0x814272) is known color: Eminence. HEX triplet: 81, 42 and 72. RGB value is (129,66,114). Sum of RGB (Red+Green+Blue) = 129+66+114=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 129 - color contains mainly: red. Hex color #814272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814272 is #7EBD8D. Grayscale: #5A5A5A. Windows color (decimal): -8306062 or 7488129. OLE color: 7488129.
HSL color Cylindrical-coordinate representation of color #814272: hue angle of 314.29º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #814272 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 66 | 114 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.49 |
| HSL | 314.29º | 0.32% | 0.38% | - |
| HSV(B) | 314.29º | 0.49% | 0.51% | - |
| XYZ | 14.04 | 9.78 | 17.07 | - |
| YUV | 90.31 | 141.37 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 66 | 114 | 0 | 0.49 | 0.12 | 0.49 | 314.29 | 0.32 | 0.38 |
| Hex | 81 | 42 | 72 | 0 | 31 | C | 31 | 13A | 20 | 26 |
| Octal | 201 | 102 | 162 | 0 | 61 | 14 | 61 | 472 | 40 | 46 |
| Binary | 10000001 | 1000010 | 1110010 | 0 | 110001 | 1100 | 110001 | 100111010 | 100000 | 100110 |
Color Harmonies of #814272
Complementary color
Monochromatic Colors of #814272
Black with #814272
Text Example
Text Example
White with #814272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814272; }
p { color: rgb(129,66,114); }
H1.HeaderClassName
{
color: #814272;
}
.AnyTagClassName
{
color: #814272;
}
</style>
background-color css
<style>
a { background-color: #814272; }
a { background-color: rgb(129,66,114); }
div.DivClassName
{
background-color: #814272;
}
.BgClassName
{
background-color: #814272;
}
</style>
border-color css
<style>
span { border-color: #814272; }
span { border-color: rgb(129,66,114); }
td.TdClassName
{
border-color: #814272;
}
.TagClassName
{
border-color: #814272;
}
</style>