Shades of Camelot #863851
Tints of Camelot #863851
RGB
CMYK
RGB Variations
Color information
#863851 (or 0x863851) is known color: Camelot. HEX triplet: 86, 38 and 51. RGB value is (134,56,81). Sum of RGB (Red+Green+Blue) = 134+56+81=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #863851 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863851 is #79C7AE. Grayscale: #525252. Windows color (decimal): -7980975 or 5322886. OLE color: 5322886.
HSL color Cylindrical-coordinate representation of color #863851: hue angle of 340.77º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #863851 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 56 | 81 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.47 |
| HSL | 340.77º | 0.41% | 0.37% | - |
| HSV(B) | 340.77º | 0.58% | 0.53% | - |
| XYZ | 12.73 | 8.49 | 8.75 | - |
| YUV | 82.17 | 127.34 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 56 | 81 | 0 | 0.58 | 0.40 | 0.47 | 340.77 | 0.41 | 0.37 |
| Hex | 86 | 38 | 51 | 0 | 3A | 28 | 2F | 155 | 29 | 25 |
| Octal | 206 | 70 | 121 | 0 | 72 | 50 | 57 | 525 | 51 | 45 |
| Binary | 10000110 | 111000 | 1010001 | 0 | 111010 | 101000 | 101111 | 101010101 | 101001 | 100101 |
Color Harmonies of #863851
Complementary color
Monochromatic Colors of #863851
Black with #863851
Text Example
Text Example
White with #863851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863851; }
p { color: rgb(134,56,81); }
H1.HeaderClassName
{
color: #863851;
}
.AnyTagClassName
{
color: #863851;
}
</style>
background-color css
<style>
a { background-color: #863851; }
a { background-color: rgb(134,56,81); }
div.DivClassName
{
background-color: #863851;
}
.BgClassName
{
background-color: #863851;
}
</style>
border-color css
<style>
span { border-color: #863851; }
span { border-color: rgb(134,56,81); }
td.TdClassName
{
border-color: #863851;
}
.TagClassName
{
border-color: #863851;
}
</style>