Shades of Eminence #73426D
Tints of Eminence #73426D
RGB
CMYK
RGB Variations
Color information
#73426D (or 0x73426D) is known color: Eminence. HEX triplet: 73, 42 and 6D. RGB value is (115,66,109). Sum of RGB (Red+Green+Blue) = 115+66+109=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 115 - color contains mainly: red. Hex color #73426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73426D is #8CBD92. Grayscale: #555555. Windows color (decimal): -9223571 or 7160435. OLE color: 7160435.
HSL color Cylindrical-coordinate representation of color #73426D: hue angle of 307.35º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73426D is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 66 | 109 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.55 |
| HSL | 307.35º | 0.27% | 0.35% | - |
| HSV(B) | 307.35º | 0.43% | 0.45% | - |
| XYZ | 11.78 | 8.65 | 15.52 | - |
| YUV | 85.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 66 | 109 | 0 | 0.43 | 0.05 | 0.55 | 307.35 | 0.27 | 0.35 |
| Hex | 73 | 42 | 6D | 0 | 2B | 5 | 37 | 133 | 1B | 23 |
| Octal | 163 | 102 | 155 | 0 | 53 | 5 | 67 | 463 | 33 | 43 |
| Binary | 1110011 | 1000010 | 1101101 | 0 | 101011 | 101 | 110111 | 100110011 | 11011 | 100011 |
Color Harmonies of #73426D
Complementary color
Monochromatic Colors of #73426D
Black with #73426D
Text Example
Text Example
White with #73426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73426D; }
p { color: rgb(115,66,109); }
H1.HeaderClassName
{
color: #73426D;
}
.AnyTagClassName
{
color: #73426D;
}
</style>
background-color css
<style>
a { background-color: #73426D; }
a { background-color: rgb(115,66,109); }
div.DivClassName
{
background-color: #73426D;
}
.BgClassName
{
background-color: #73426D;
}
</style>
border-color css
<style>
span { border-color: #73426D; }
span { border-color: rgb(115,66,109); }
td.TdClassName
{
border-color: #73426D;
}
.TagClassName
{
border-color: #73426D;
}
</style>