Shades of Camelot #863F57
Tints of Camelot #863F57
RGB
CMYK
RGB Variations
Color information
#863F57 (or 0x863F57) is known color: Camelot. HEX triplet: 86, 3F and 57. RGB value is (134,63,87). Sum of RGB (Red+Green+Blue) = 134+63+87=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #863F57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F57 is #79C0A8. Grayscale: #565656. Windows color (decimal): -7979177 or 5717894. OLE color: 5717894.
HSL color Cylindrical-coordinate representation of color #863F57: hue angle of 339.72º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #863F57 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 63 | 87 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.47 |
| HSL | 339.72º | 0.36% | 0.39% | - |
| HSV(B) | 339.72º | 0.53% | 0.53% | - |
| XYZ | 13.33 | 9.31 | 10.11 | - |
| YUV | 86.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 87 | 0 | 0.53 | 0.35 | 0.47 | 339.72 | 0.36 | 0.39 |
| Hex | 86 | 3F | 57 | 0 | 35 | 23 | 2F | 154 | 24 | 27 |
| Octal | 206 | 77 | 127 | 0 | 65 | 43 | 57 | 524 | 44 | 47 |
| Binary | 10000110 | 111111 | 1010111 | 0 | 110101 | 100011 | 101111 | 101010100 | 100100 | 100111 |
Color Harmonies of #863F57
Complementary color
Monochromatic Colors of #863F57
Black with #863F57
Text Example
Text Example
White with #863F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863F57; }
p { color: rgb(134,63,87); }
H1.HeaderClassName
{
color: #863F57;
}
.AnyTagClassName
{
color: #863F57;
}
</style>
background-color css
<style>
a { background-color: #863F57; }
a { background-color: rgb(134,63,87); }
div.DivClassName
{
background-color: #863F57;
}
.BgClassName
{
background-color: #863F57;
}
</style>
border-color css
<style>
span { border-color: #863F57; }
span { border-color: rgb(134,63,87); }
td.TdClassName
{
border-color: #863F57;
}
.TagClassName
{
border-color: #863F57;
}
</style>