Shades of Xanadu #71846B
Tints of Xanadu #71846B
RGB
CMYK
RGB Variations
Color information
#71846B (or 0x71846B) is known color: Xanadu. HEX triplet: 71, 84 and 6B. RGB value is (113,132,107). Sum of RGB (Red+Green+Blue) = 113+132+107=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 132 - color contains mainly: green. Hex color #71846B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71846B is #8E7B94. Grayscale: #7B7B7B. Windows color (decimal): -9337749 or 7046257. OLE color: 7046257.
HSL color Cylindrical-coordinate representation of color #71846B: hue angle of 105.6º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71846B is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 132 | 107 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.48 |
| HSL | 105.6º | 0.1% | 0.47% | - |
| HSV(B) | 105.6º | 0.19% | 0.52% | - |
| XYZ | 17.72 | 21.07 | 17.04 | - |
| YUV | 123.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 132 | 107 | 0.14 | 0 | 0.19 | 0.48 | 105.6 | 0.1 | 0.47 |
| Hex | 71 | 84 | 6B | E | 0 | 13 | 30 | 6A | A | 2F |
| Octal | 161 | 204 | 153 | 16 | 0 | 23 | 60 | 152 | 12 | 57 |
| Binary | 1110001 | 10000100 | 1101011 | 1110 | 0 | 10011 | 110000 | 1101010 | 1010 | 101111 |
Color Harmonies of #71846B
Complementary color
Monochromatic Colors of #71846B
Black with #71846B
Text Example
Text Example
White with #71846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71846B; }
p { color: rgb(113,132,107); }
H1.HeaderClassName
{
color: #71846B;
}
.AnyTagClassName
{
color: #71846B;
}
</style>
background-color css
<style>
a { background-color: #71846B; }
a { background-color: rgb(113,132,107); }
div.DivClassName
{
background-color: #71846B;
}
.BgClassName
{
background-color: #71846B;
}
</style>
border-color css
<style>
span { border-color: #71846B; }
span { border-color: rgb(113,132,107); }
td.TdClassName
{
border-color: #71846B;
}
.TagClassName
{
border-color: #71846B;
}
</style>