Shades of Eminence #71436B
Tints of Eminence #71436B
RGB
CMYK
RGB Variations
Color information
#71436B (or 0x71436B) is known color: Eminence. HEX triplet: 71, 43 and 6B. RGB value is (113,67,107). Sum of RGB (Red+Green+Blue) = 113+67+107=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #71436B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71436B is #8EBC94. Grayscale: #555555. Windows color (decimal): -9354389 or 7029617. OLE color: 7029617.
HSL color Cylindrical-coordinate representation of color #71436B: hue angle of 307.83º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71436B is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 67 | 107 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.56 |
| HSL | 307.83º | 0.26% | 0.35% | - |
| HSV(B) | 307.83º | 0.41% | 0.44% | - |
| XYZ | 11.47 | 8.59 | 14.96 | - |
| YUV | 85.31 | 140.24 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 67 | 107 | 0 | 0.41 | 0.05 | 0.56 | 307.83 | 0.26 | 0.35 |
| Hex | 71 | 43 | 6B | 0 | 29 | 5 | 38 | 134 | 1A | 23 |
| Octal | 161 | 103 | 153 | 0 | 51 | 5 | 70 | 464 | 32 | 43 |
| Binary | 1110001 | 1000011 | 1101011 | 0 | 101001 | 101 | 111000 | 100110100 | 11010 | 100011 |
Color Harmonies of #71436B
Complementary color
Monochromatic Colors of #71436B
Black with #71436B
Text Example
Text Example
White with #71436B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71436B; }
p { color: rgb(113,67,107); }
H1.HeaderClassName
{
color: #71436B;
}
.AnyTagClassName
{
color: #71436B;
}
</style>
background-color css
<style>
a { background-color: #71436B; }
a { background-color: rgb(113,67,107); }
div.DivClassName
{
background-color: #71436B;
}
.BgClassName
{
background-color: #71436B;
}
</style>
border-color css
<style>
span { border-color: #71436B; }
span { border-color: rgb(113,67,107); }
td.TdClassName
{
border-color: #71436B;
}
.TagClassName
{
border-color: #71436B;
}
</style>