Shades of Camelot #863A49
Tints of Camelot #863A49
RGB
CMYK
RGB Variations
Color information
#863A49 (or 0x863A49) is known color: Camelot. HEX triplet: 86, 3A and 49. RGB value is (134,58,73). Sum of RGB (Red+Green+Blue) = 134+58+73=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #863A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A49 is #79C5B6. Grayscale: #525252. Windows color (decimal): -7980471 or 4799110. OLE color: 4799110.
HSL color Cylindrical-coordinate representation of color #863A49: hue angle of 348.16º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863A49 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 58 | 73 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.47 |
| HSL | 348.16º | 0.4% | 0.38% | - |
| HSV(B) | 348.16º | 0.57% | 0.53% | - |
| XYZ | 12.55 | 8.58 | 7.3 | - |
| YUV | 82.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 73 | 0 | 0.57 | 0.46 | 0.47 | 348.16 | 0.4 | 0.38 |
| Hex | 86 | 3A | 49 | 0 | 39 | 2E | 2F | 15C | 28 | 26 |
| Octal | 206 | 72 | 111 | 0 | 71 | 56 | 57 | 534 | 50 | 46 |
| Binary | 10000110 | 111010 | 1001001 | 0 | 111001 | 101110 | 101111 | 101011100 | 101000 | 100110 |
Color Harmonies of #863A49
Complementary color
Monochromatic Colors of #863A49
Black with #863A49
Text Example
Text Example
White with #863A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863A49; }
p { color: rgb(134,58,73); }
H1.HeaderClassName
{
color: #863A49;
}
.AnyTagClassName
{
color: #863A49;
}
</style>
background-color css
<style>
a { background-color: #863A49; }
a { background-color: rgb(134,58,73); }
div.DivClassName
{
background-color: #863A49;
}
.BgClassName
{
background-color: #863A49;
}
</style>
border-color css
<style>
span { border-color: #863A49; }
span { border-color: rgb(134,58,73); }
td.TdClassName
{
border-color: #863A49;
}
.TagClassName
{
border-color: #863A49;
}
</style>