Shades of Xanadu #71836D
Tints of Xanadu #71836D
RGB
CMYK
RGB Variations
Color information
#71836D (or 0x71836D) is known color: Xanadu. HEX triplet: 71, 83 and 6D. RGB value is (113,131,109). Sum of RGB (Red+Green+Blue) = 113+131+109=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 131 - color contains mainly: green. Hex color #71836D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71836D is #8E7C92. Grayscale: #7B7B7B. Windows color (decimal): -9338003 or 7177073. OLE color: 7177073.
HSL color Cylindrical-coordinate representation of color #71836D: hue angle of 109.09º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #71836D is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 131 | 109 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.49 |
| HSL | 109.09º | 0.09% | 0.47% | - |
| HSV(B) | 109.09º | 0.17% | 0.51% | - |
| XYZ | 17.69 | 20.85 | 17.56 | - |
| YUV | 123.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 109 | 0.14 | 0 | 0.17 | 0.49 | 109.09 | 0.09 | 0.47 |
| Hex | 71 | 83 | 6D | E | 0 | 11 | 31 | 6D | 9 | 2F |
| Octal | 161 | 203 | 155 | 16 | 0 | 21 | 61 | 155 | 11 | 57 |
| Binary | 1110001 | 10000011 | 1101101 | 1110 | 0 | 10001 | 110001 | 1101101 | 1001 | 101111 |
Color Harmonies of #71836D
Complementary color
Monochromatic Colors of #71836D
Black with #71836D
Text Example
Text Example
White with #71836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71836D; }
p { color: rgb(113,131,109); }
H1.HeaderClassName
{
color: #71836D;
}
.AnyTagClassName
{
color: #71836D;
}
</style>
background-color css
<style>
a { background-color: #71836D; }
a { background-color: rgb(113,131,109); }
div.DivClassName
{
background-color: #71836D;
}
.BgClassName
{
background-color: #71836D;
}
</style>
border-color css
<style>
span { border-color: #71836D; }
span { border-color: rgb(113,131,109); }
td.TdClassName
{
border-color: #71836D;
}
.TagClassName
{
border-color: #71836D;
}
</style>