Shades of Camelot #863F53
Tints of Camelot #863F53
RGB
CMYK
RGB Variations
Color information
#863F53 (or 0x863F53) is known color: Camelot. HEX triplet: 86, 3F and 53. RGB value is (134,63,83). Sum of RGB (Red+Green+Blue) = 134+63+83=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #863F53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F53 is #79C0AC. Grayscale: #565656. Windows color (decimal): -7979181 or 5455750. OLE color: 5455750.
HSL color Cylindrical-coordinate representation of color #863F53: hue angle of 343.1º 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 #863F53 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 63 | 83 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.47 |
| HSL | 343.1º | 0.36% | 0.39% | - |
| HSV(B) | 343.1º | 0.53% | 0.53% | - |
| XYZ | 13.17 | 9.25 | 9.27 | - |
| YUV | 86.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 83 | 0 | 0.53 | 0.38 | 0.47 | 343.1 | 0.36 | 0.39 |
| Hex | 86 | 3F | 53 | 0 | 35 | 26 | 2F | 157 | 24 | 27 |
| Octal | 206 | 77 | 123 | 0 | 65 | 46 | 57 | 527 | 44 | 47 |
| Binary | 10000110 | 111111 | 1010011 | 0 | 110101 | 100110 | 101111 | 101010111 | 100100 | 100111 |
Color Harmonies of #863F53
Complementary color
Monochromatic Colors of #863F53
Black with #863F53
Text Example
Text Example
White with #863F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863F53; }
p { color: rgb(134,63,83); }
H1.HeaderClassName
{
color: #863F53;
}
.AnyTagClassName
{
color: #863F53;
}
</style>
background-color css
<style>
a { background-color: #863F53; }
a { background-color: rgb(134,63,83); }
div.DivClassName
{
background-color: #863F53;
}
.BgClassName
{
background-color: #863F53;
}
</style>
border-color css
<style>
span { border-color: #863F53; }
span { border-color: rgb(134,63,83); }
td.TdClassName
{
border-color: #863F53;
}
.TagClassName
{
border-color: #863F53;
}
</style>