Shades of Camelot #864250
Tints of Camelot #864250
RGB
CMYK
RGB Variations
Color information
#864250 (or 0x864250) is known color: Camelot. HEX triplet: 86, 42 and 50. RGB value is (134,66,80). Sum of RGB (Red+Green+Blue) = 134+66+80=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #864250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864250 is #79BDAF. Grayscale: #575757. Windows color (decimal): -7978416 or 5259910. OLE color: 5259910.
HSL color Cylindrical-coordinate representation of color #864250: hue angle of 347.65º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #864250 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 66 | 80 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.47 |
| HSL | 347.65º | 0.34% | 0.39% | - |
| HSV(B) | 347.65º | 0.51% | 0.53% | - |
| XYZ | 13.23 | 9.54 | 8.73 | - |
| YUV | 87.93 | 123.53 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 66 | 80 | 0 | 0.51 | 0.40 | 0.47 | 347.65 | 0.34 | 0.39 |
| Hex | 86 | 42 | 50 | 0 | 33 | 28 | 2F | 15C | 22 | 27 |
| Octal | 206 | 102 | 120 | 0 | 63 | 50 | 57 | 534 | 42 | 47 |
| Binary | 10000110 | 1000010 | 1010000 | 0 | 110011 | 101000 | 101111 | 101011100 | 100010 | 100111 |
Color Harmonies of #864250
Complementary color
Monochromatic Colors of #864250
Black with #864250
Text Example
Text Example
White with #864250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864250; }
p { color: rgb(134,66,80); }
H1.HeaderClassName
{
color: #864250;
}
.AnyTagClassName
{
color: #864250;
}
</style>
background-color css
<style>
a { background-color: #864250; }
a { background-color: rgb(134,66,80); }
div.DivClassName
{
background-color: #864250;
}
.BgClassName
{
background-color: #864250;
}
</style>
border-color css
<style>
span { border-color: #864250; }
span { border-color: rgb(134,66,80); }
td.TdClassName
{
border-color: #864250;
}
.TagClassName
{
border-color: #864250;
}
</style>