Shades of Camelot #863E57
Tints of Camelot #863E57
RGB
CMYK
RGB Variations
Color information
#863E57 (or 0x863E57) is known color: Camelot. HEX triplet: 86, 3E and 57. RGB value is (134,62,87). Sum of RGB (Red+Green+Blue) = 134+62+87=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #863E57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863E57 is #79C1A8. Grayscale: #565656. Windows color (decimal): -7979433 or 5717638. OLE color: 5717638.
HSL color Cylindrical-coordinate representation of color #863E57: hue angle of 339.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #863E57 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 62 | 87 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.47 |
| HSL | 339.17º | 0.37% | 0.38% | - |
| HSV(B) | 339.17º | 0.54% | 0.53% | - |
| XYZ | 13.27 | 9.2 | 10.09 | - |
| YUV | 86.38 | 128.35 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 62 | 87 | 0 | 0.54 | 0.35 | 0.47 | 339.17 | 0.37 | 0.38 |
| Hex | 86 | 3E | 57 | 0 | 36 | 23 | 2F | 153 | 25 | 26 |
| Octal | 206 | 76 | 127 | 0 | 66 | 43 | 57 | 523 | 45 | 46 |
| Binary | 10000110 | 111110 | 1010111 | 0 | 110110 | 100011 | 101111 | 101010011 | 100101 | 100110 |
Color Harmonies of #863E57
Complementary color
Monochromatic Colors of #863E57
Black with #863E57
Text Example
Text Example
White with #863E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863E57; }
p { color: rgb(134,62,87); }
H1.HeaderClassName
{
color: #863E57;
}
.AnyTagClassName
{
color: #863E57;
}
</style>
background-color css
<style>
a { background-color: #863E57; }
a { background-color: rgb(134,62,87); }
div.DivClassName
{
background-color: #863E57;
}
.BgClassName
{
background-color: #863E57;
}
</style>
border-color css
<style>
span { border-color: #863E57; }
span { border-color: rgb(134,62,87); }
td.TdClassName
{
border-color: #863E57;
}
.TagClassName
{
border-color: #863E57;
}
</style>