Shades of Xanadu #71826D
Tints of Xanadu #71826D
RGB
CMYK
RGB Variations
Color information
#71826D (or 0x71826D) is known color: Xanadu. HEX triplet: 71, 82 and 6D. RGB value is (113,130,109). Sum of RGB (Red+Green+Blue) = 113+130+109=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 130 - color contains mainly: green. Hex color #71826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71826D is #8E7D92. Grayscale: #7A7A7A. Windows color (decimal): -9338259 or 7176817. OLE color: 7176817.
HSL color Cylindrical-coordinate representation of color #71826D: hue angle of 108.57º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #71826D is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 130 | 109 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.49 |
| HSL | 108.57º | 0.09% | 0.47% | - |
| HSV(B) | 108.57º | 0.16% | 0.51% | - |
| XYZ | 17.55 | 20.58 | 17.52 | - |
| YUV | 122.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 109 | 0.13 | 0 | 0.16 | 0.49 | 108.57 | 0.09 | 0.47 |
| Hex | 71 | 82 | 6D | D | 0 | 10 | 31 | 6D | 9 | 2F |
| Octal | 161 | 202 | 155 | 15 | 0 | 20 | 61 | 155 | 11 | 57 |
| Binary | 1110001 | 10000010 | 1101101 | 1101 | 0 | 10000 | 110001 | 1101101 | 1001 | 101111 |
Color Harmonies of #71826D
Complementary color
Monochromatic Colors of #71826D
Black with #71826D
Text Example
Text Example
White with #71826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71826D; }
p { color: rgb(113,130,109); }
H1.HeaderClassName
{
color: #71826D;
}
.AnyTagClassName
{
color: #71826D;
}
</style>
background-color css
<style>
a { background-color: #71826D; }
a { background-color: rgb(113,130,109); }
div.DivClassName
{
background-color: #71826D;
}
.BgClassName
{
background-color: #71826D;
}
</style>
border-color css
<style>
span { border-color: #71826D; }
span { border-color: rgb(113,130,109); }
td.TdClassName
{
border-color: #71826D;
}
.TagClassName
{
border-color: #71826D;
}
</style>