Shades of Camelot #864253
Tints of Camelot #864253
RGB
CMYK
RGB Variations
Color information
#864253 (or 0x864253) is known color: Camelot. HEX triplet: 86, 42 and 53. RGB value is (134,66,83). Sum of RGB (Red+Green+Blue) = 134+66+83=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #864253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864253 is #79BDAC. Grayscale: #585858. Windows color (decimal): -7978413 or 5456518. OLE color: 5456518.
HSL color Cylindrical-coordinate representation of color #864253: hue angle of 345º 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 #864253 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 66 | 83 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.47 |
| HSL | 345º | 0.34% | 0.39% | - |
| HSV(B) | 345º | 0.51% | 0.53% | - |
| XYZ | 13.34 | 9.59 | 9.33 | - |
| YUV | 88.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 66 | 83 | 0 | 0.51 | 0.38 | 0.47 | 345 | 0.34 | 0.39 |
| Hex | 86 | 42 | 53 | 0 | 33 | 26 | 2F | 159 | 22 | 27 |
| Octal | 206 | 102 | 123 | 0 | 63 | 46 | 57 | 531 | 42 | 47 |
| Binary | 10000110 | 1000010 | 1010011 | 0 | 110011 | 100110 | 101111 | 101011001 | 100010 | 100111 |
Color Harmonies of #864253
Complementary color
Monochromatic Colors of #864253
Black with #864253
Text Example
Text Example
White with #864253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864253; }
p { color: rgb(134,66,83); }
H1.HeaderClassName
{
color: #864253;
}
.AnyTagClassName
{
color: #864253;
}
</style>
background-color css
<style>
a { background-color: #864253; }
a { background-color: rgb(134,66,83); }
div.DivClassName
{
background-color: #864253;
}
.BgClassName
{
background-color: #864253;
}
</style>
border-color css
<style>
span { border-color: #864253; }
span { border-color: rgb(134,66,83); }
td.TdClassName
{
border-color: #864253;
}
.TagClassName
{
border-color: #864253;
}
</style>