Shades of Xanadu #71846D
Tints of Xanadu #71846D
RGB
CMYK
RGB Variations
Color information
#71846D (or 0x71846D) is known color: Xanadu. HEX triplet: 71, 84 and 6D. RGB value is (113,132,109). Sum of RGB (Red+Green+Blue) = 113+132+109=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 132 - color contains mainly: green. Hex color #71846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71846D is #8E7B92. Grayscale: #7B7B7B. Windows color (decimal): -9337747 or 7177329. OLE color: 7177329.
HSL color Cylindrical-coordinate representation of color #71846D: hue angle of 109.57º degrees, saturation: 0.1, 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 #71846D is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 132 | 109 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.48 |
| HSL | 109.57º | 0.1% | 0.47% | - |
| HSV(B) | 109.57º | 0.17% | 0.52% | - |
| XYZ | 17.82 | 21.12 | 17.6 | - |
| YUV | 123.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 132 | 109 | 0.14 | 0 | 0.17 | 0.48 | 109.57 | 0.1 | 0.47 |
| Hex | 71 | 84 | 6D | E | 0 | 11 | 30 | 6E | A | 2F |
| Octal | 161 | 204 | 155 | 16 | 0 | 21 | 60 | 156 | 12 | 57 |
| Binary | 1110001 | 10000100 | 1101101 | 1110 | 0 | 10001 | 110000 | 1101110 | 1010 | 101111 |
Color Harmonies of #71846D
Complementary color
Monochromatic Colors of #71846D
Black with #71846D
Text Example
Text Example
White with #71846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71846D; }
p { color: rgb(113,132,109); }
H1.HeaderClassName
{
color: #71846D;
}
.AnyTagClassName
{
color: #71846D;
}
</style>
background-color css
<style>
a { background-color: #71846D; }
a { background-color: rgb(113,132,109); }
div.DivClassName
{
background-color: #71846D;
}
.BgClassName
{
background-color: #71846D;
}
</style>
border-color css
<style>
span { border-color: #71846D; }
span { border-color: rgb(113,132,109); }
td.TdClassName
{
border-color: #71846D;
}
.TagClassName
{
border-color: #71846D;
}
</style>