Shades of Camelot #864050
Tints of Camelot #864050
RGB
CMYK
RGB Variations
Color information
#864050 (or 0x864050) is known color: Camelot. HEX triplet: 86, 40 and 50. RGB value is (134,64,80). Sum of RGB (Red+Green+Blue) = 134+64+80=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #864050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864050 is #79BFAF. Grayscale: #565656. Windows color (decimal): -7978928 or 5259398. OLE color: 5259398.
HSL color Cylindrical-coordinate representation of color #864050: hue angle of 346.29º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #864050 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 64 | 80 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.47 |
| HSL | 346.29º | 0.35% | 0.39% | - |
| HSV(B) | 346.29º | 0.52% | 0.53% | - |
| XYZ | 13.11 | 9.31 | 8.7 | - |
| YUV | 86.75 | 124.19 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 64 | 80 | 0 | 0.52 | 0.40 | 0.47 | 346.29 | 0.35 | 0.39 |
| Hex | 86 | 40 | 50 | 0 | 34 | 28 | 2F | 15A | 23 | 27 |
| Octal | 206 | 100 | 120 | 0 | 64 | 50 | 57 | 532 | 43 | 47 |
| Binary | 10000110 | 1000000 | 1010000 | 0 | 110100 | 101000 | 101111 | 101011010 | 100011 | 100111 |
Color Harmonies of #864050
Complementary color
Monochromatic Colors of #864050
Black with #864050
Text Example
Text Example
White with #864050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864050; }
p { color: rgb(134,64,80); }
H1.HeaderClassName
{
color: #864050;
}
.AnyTagClassName
{
color: #864050;
}
</style>
background-color css
<style>
a { background-color: #864050; }
a { background-color: rgb(134,64,80); }
div.DivClassName
{
background-color: #864050;
}
.BgClassName
{
background-color: #864050;
}
</style>
border-color css
<style>
span { border-color: #864050; }
span { border-color: rgb(134,64,80); }
td.TdClassName
{
border-color: #864050;
}
.TagClassName
{
border-color: #864050;
}
</style>