Shades of Camelot #863A4A
Tints of Camelot #863A4A
RGB
CMYK
RGB Variations
Color information
#863A4A (or 0x863A4A) is known color: Camelot. HEX triplet: 86, 3A and 4A. RGB value is (134,58,74). Sum of RGB (Red+Green+Blue) = 134+58+74=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #863A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A4A is #79C5B5. Grayscale: #525252. Windows color (decimal): -7980470 or 4864646. OLE color: 4864646.
HSL color Cylindrical-coordinate representation of color #863A4A: hue angle of 347.37º 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 #863A4A is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 58 | 74 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.47 |
| HSL | 347.37º | 0.4% | 0.38% | - |
| HSV(B) | 347.37º | 0.57% | 0.53% | - |
| XYZ | 12.58 | 8.59 | 7.47 | - |
| YUV | 82.55 | 123.18 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 74 | 0 | 0.57 | 0.45 | 0.47 | 347.37 | 0.4 | 0.38 |
| Hex | 86 | 3A | 4A | 0 | 39 | 2D | 2F | 15B | 28 | 26 |
| Octal | 206 | 72 | 112 | 0 | 71 | 55 | 57 | 533 | 50 | 46 |
| Binary | 10000110 | 111010 | 1001010 | 0 | 111001 | 101101 | 101111 | 101011011 | 101000 | 100110 |
Color Harmonies of #863A4A
Complementary color
Monochromatic Colors of #863A4A
Black with #863A4A
Text Example
Text Example
White with #863A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863A4A; }
p { color: rgb(134,58,74); }
H1.HeaderClassName
{
color: #863A4A;
}
.AnyTagClassName
{
color: #863A4A;
}
</style>
background-color css
<style>
a { background-color: #863A4A; }
a { background-color: rgb(134,58,74); }
div.DivClassName
{
background-color: #863A4A;
}
.BgClassName
{
background-color: #863A4A;
}
</style>
border-color css
<style>
span { border-color: #863A4A; }
span { border-color: rgb(134,58,74); }
td.TdClassName
{
border-color: #863A4A;
}
.TagClassName
{
border-color: #863A4A;
}
</style>