Shades of Camelot #863F51
Tints of Camelot #863F51
RGB
CMYK
RGB Variations
Color information
#863F51 (or 0x863F51) is known color: Camelot. HEX triplet: 86, 3F and 51. RGB value is (134,63,81). Sum of RGB (Red+Green+Blue) = 134+63+81=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #863F51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F51 is #79C0AE. Grayscale: #565656. Windows color (decimal): -7979183 or 5324678. OLE color: 5324678.
HSL color Cylindrical-coordinate representation of color #863F51: hue angle of 344.79º 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 #863F51 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 63 | 81 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.47 |
| HSL | 344.79º | 0.36% | 0.39% | - |
| HSV(B) | 344.79º | 0.53% | 0.53% | - |
| XYZ | 13.09 | 9.22 | 8.87 | - |
| YUV | 86.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 81 | 0 | 0.53 | 0.40 | 0.47 | 344.79 | 0.36 | 0.39 |
| Hex | 86 | 3F | 51 | 0 | 35 | 28 | 2F | 159 | 24 | 27 |
| Octal | 206 | 77 | 121 | 0 | 65 | 50 | 57 | 531 | 44 | 47 |
| Binary | 10000110 | 111111 | 1010001 | 0 | 110101 | 101000 | 101111 | 101011001 | 100100 | 100111 |
Color Harmonies of #863F51
Complementary color
Monochromatic Colors of #863F51
Black with #863F51
Text Example
Text Example
White with #863F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863F51; }
p { color: rgb(134,63,81); }
H1.HeaderClassName
{
color: #863F51;
}
.AnyTagClassName
{
color: #863F51;
}
</style>
background-color css
<style>
a { background-color: #863F51; }
a { background-color: rgb(134,63,81); }
div.DivClassName
{
background-color: #863F51;
}
.BgClassName
{
background-color: #863F51;
}
</style>
border-color css
<style>
span { border-color: #863F51; }
span { border-color: rgb(134,63,81); }
td.TdClassName
{
border-color: #863F51;
}
.TagClassName
{
border-color: #863F51;
}
</style>