Shades of Camelot #863F49
Tints of Camelot #863F49
RGB
CMYK
RGB Variations
Color information
#863F49 (or 0x863F49) is known color: Camelot. HEX triplet: 86, 3F and 49. RGB value is (134,63,73). Sum of RGB (Red+Green+Blue) = 134+63+73=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #863F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863F49 is #79C0B6. Grayscale: #555555. Windows color (decimal): -7979191 or 4800390. OLE color: 4800390.
HSL color Cylindrical-coordinate representation of color #863F49: hue angle of 351.55º 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 #863F49 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 63 | 73 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.47 |
| HSL | 351.55º | 0.36% | 0.39% | - |
| HSV(B) | 351.55º | 0.53% | 0.53% | - |
| XYZ | 12.81 | 9.1 | 7.39 | - |
| YUV | 85.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 73 | 0 | 0.53 | 0.46 | 0.47 | 351.55 | 0.36 | 0.39 |
| Hex | 86 | 3F | 49 | 0 | 35 | 2E | 2F | 160 | 24 | 27 |
| Octal | 206 | 77 | 111 | 0 | 65 | 56 | 57 | 540 | 44 | 47 |
| Binary | 10000110 | 111111 | 1001001 | 0 | 110101 | 101110 | 101111 | 101100000 | 100100 | 100111 |
Color Harmonies of #863F49
Complementary color
Monochromatic Colors of #863F49
Black with #863F49
Text Example
Text Example
White with #863F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863F49; }
p { color: rgb(134,63,73); }
H1.HeaderClassName
{
color: #863F49;
}
.AnyTagClassName
{
color: #863F49;
}
</style>
background-color css
<style>
a { background-color: #863F49; }
a { background-color: rgb(134,63,73); }
div.DivClassName
{
background-color: #863F49;
}
.BgClassName
{
background-color: #863F49;
}
</style>
border-color css
<style>
span { border-color: #863F49; }
span { border-color: rgb(134,63,73); }
td.TdClassName
{
border-color: #863F49;
}
.TagClassName
{
border-color: #863F49;
}
</style>