Shades of Camelot #864150
Tints of Camelot #864150
RGB
CMYK
RGB Variations
Color information
#864150 (or 0x864150) is known color: Camelot. HEX triplet: 86, 41 and 50. RGB value is (134,65,80). Sum of RGB (Red+Green+Blue) = 134+65+80=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #864150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864150 is #79BEAF. Grayscale: #575757. Windows color (decimal): -7978672 or 5259654. OLE color: 5259654.
HSL color Cylindrical-coordinate representation of color #864150: hue angle of 346.96º degrees, saturation: 0.35, 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 #864150 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 65 | 80 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.47 |
| HSL | 346.96º | 0.35% | 0.39% | - |
| HSV(B) | 346.96º | 0.51% | 0.53% | - |
| XYZ | 13.17 | 9.43 | 8.72 | - |
| YUV | 87.34 | 123.86 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 65 | 80 | 0 | 0.51 | 0.40 | 0.47 | 346.96 | 0.35 | 0.39 |
| Hex | 86 | 41 | 50 | 0 | 33 | 28 | 2F | 15B | 23 | 27 |
| Octal | 206 | 101 | 120 | 0 | 63 | 50 | 57 | 533 | 43 | 47 |
| Binary | 10000110 | 1000001 | 1010000 | 0 | 110011 | 101000 | 101111 | 101011011 | 100011 | 100111 |
Color Harmonies of #864150
Complementary color
Monochromatic Colors of #864150
Black with #864150
Text Example
Text Example
White with #864150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864150; }
p { color: rgb(134,65,80); }
H1.HeaderClassName
{
color: #864150;
}
.AnyTagClassName
{
color: #864150;
}
</style>
background-color css
<style>
a { background-color: #864150; }
a { background-color: rgb(134,65,80); }
div.DivClassName
{
background-color: #864150;
}
.BgClassName
{
background-color: #864150;
}
</style>
border-color css
<style>
span { border-color: #864150; }
span { border-color: rgb(134,65,80); }
td.TdClassName
{
border-color: #864150;
}
.TagClassName
{
border-color: #864150;
}
</style>