Shades of Eminence #73436B
Tints of Eminence #73436B
RGB
CMYK
RGB Variations
Color information
#73436B (or 0x73436B) is known color: Eminence. HEX triplet: 73, 43 and 6B. RGB value is (115,67,107). Sum of RGB (Red+Green+Blue) = 115+67+107=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 115 - color contains mainly: red. Hex color #73436B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73436B is #8CBC94. Grayscale: #555555. Windows color (decimal): -9223317 or 7029619. OLE color: 7029619.
HSL color Cylindrical-coordinate representation of color #73436B: hue angle of 310º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73436B is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 67 | 107 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.55 |
| HSL | 310º | 0.26% | 0.36% | - |
| HSV(B) | 310º | 0.42% | 0.45% | - |
| XYZ | 11.73 | 8.72 | 14.97 | - |
| YUV | 85.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 67 | 107 | 0 | 0.42 | 0.07 | 0.55 | 310 | 0.26 | 0.36 |
| Hex | 73 | 43 | 6B | 0 | 2A | 7 | 37 | 136 | 1A | 24 |
| Octal | 163 | 103 | 153 | 0 | 52 | 7 | 67 | 466 | 32 | 44 |
| Binary | 1110011 | 1000011 | 1101011 | 0 | 101010 | 111 | 110111 | 100110110 | 11010 | 100100 |
Color Harmonies of #73436B
Complementary color
Monochromatic Colors of #73436B
Black with #73436B
Text Example
Text Example
White with #73436B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73436B; }
p { color: rgb(115,67,107); }
H1.HeaderClassName
{
color: #73436B;
}
.AnyTagClassName
{
color: #73436B;
}
</style>
background-color css
<style>
a { background-color: #73436B; }
a { background-color: rgb(115,67,107); }
div.DivClassName
{
background-color: #73436B;
}
.BgClassName
{
background-color: #73436B;
}
</style>
border-color css
<style>
span { border-color: #73436B; }
span { border-color: rgb(115,67,107); }
td.TdClassName
{
border-color: #73436B;
}
.TagClassName
{
border-color: #73436B;
}
</style>