Shades of Camelot #863F4D
Tints of Camelot #863F4D
RGB
CMYK
RGB Variations
Color information
#863F4D (or 0x863F4D) is known color: Camelot. HEX triplet: 86, 3F and 4D. RGB value is (134,63,77). Sum of RGB (Red+Green+Blue) = 134+63+77=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #863F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F4D is #79C0B2. Grayscale: #555555. Windows color (decimal): -7979187 or 5062534. OLE color: 5062534.
HSL color Cylindrical-coordinate representation of color #863F4D: hue angle of 348.17º 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 #863F4D is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 63 | 77 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.47 |
| HSL | 348.17º | 0.36% | 0.39% | - |
| HSV(B) | 348.17º | 0.53% | 0.53% | - |
| XYZ | 12.95 | 9.16 | 8.11 | - |
| YUV | 85.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 77 | 0 | 0.53 | 0.43 | 0.47 | 348.17 | 0.36 | 0.39 |
| Hex | 86 | 3F | 4D | 0 | 35 | 2B | 2F | 15C | 24 | 27 |
| Octal | 206 | 77 | 115 | 0 | 65 | 53 | 57 | 534 | 44 | 47 |
| Binary | 10000110 | 111111 | 1001101 | 0 | 110101 | 101011 | 101111 | 101011100 | 100100 | 100111 |
Color Harmonies of #863F4D
Complementary color
Monochromatic Colors of #863F4D
Black with #863F4D
Text Example
Text Example
White with #863F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863F4D; }
p { color: rgb(134,63,77); }
H1.HeaderClassName
{
color: #863F4D;
}
.AnyTagClassName
{
color: #863F4D;
}
</style>
background-color css
<style>
a { background-color: #863F4D; }
a { background-color: rgb(134,63,77); }
div.DivClassName
{
background-color: #863F4D;
}
.BgClassName
{
background-color: #863F4D;
}
</style>
border-color css
<style>
span { border-color: #863F4D; }
span { border-color: rgb(134,63,77); }
td.TdClassName
{
border-color: #863F4D;
}
.TagClassName
{
border-color: #863F4D;
}
</style>