Shades of Xanadu #71846E
Tints of Xanadu #71846E
RGB
CMYK
RGB Variations
Color information
#71846E (or 0x71846E) is known color: Xanadu. HEX triplet: 71, 84 and 6E. RGB value is (113,132,110). Sum of RGB (Red+Green+Blue) = 113+132+110=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 132 - color contains mainly: green. Hex color #71846E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71846E is #8E7B91. Grayscale: #7B7B7B. Windows color (decimal): -9337746 or 7242865. OLE color: 7242865.
HSL color Cylindrical-coordinate representation of color #71846E: hue angle of 111.82º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #71846E is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 132 | 110 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.48 |
| HSL | 111.82º | 0.09% | 0.47% | - |
| HSV(B) | 111.82º | 0.17% | 0.52% | - |
| XYZ | 17.88 | 21.14 | 17.89 | - |
| YUV | 123.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 132 | 110 | 0.14 | 0 | 0.17 | 0.48 | 111.82 | 0.09 | 0.47 |
| Hex | 71 | 84 | 6E | E | 0 | 11 | 30 | 70 | 9 | 2F |
| Octal | 161 | 204 | 156 | 16 | 0 | 21 | 60 | 160 | 11 | 57 |
| Binary | 1110001 | 10000100 | 1101110 | 1110 | 0 | 10001 | 110000 | 1110000 | 1001 | 101111 |
Color Harmonies of #71846E
Complementary color
Monochromatic Colors of #71846E
Black with #71846E
Text Example
Text Example
White with #71846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71846E; }
p { color: rgb(113,132,110); }
H1.HeaderClassName
{
color: #71846E;
}
.AnyTagClassName
{
color: #71846E;
}
</style>
background-color css
<style>
a { background-color: #71846E; }
a { background-color: rgb(113,132,110); }
div.DivClassName
{
background-color: #71846E;
}
.BgClassName
{
background-color: #71846E;
}
</style>
border-color css
<style>
span { border-color: #71846E; }
span { border-color: rgb(113,132,110); }
td.TdClassName
{
border-color: #71846E;
}
.TagClassName
{
border-color: #71846E;
}
</style>