Shades of Camelot #86394E
Tints of Camelot #86394E
RGB
CMYK
RGB Variations
Color information
#86394E (or 0x86394E) is known color: Camelot. HEX triplet: 86, 39 and 4E. RGB value is (134,57,78). Sum of RGB (Red+Green+Blue) = 134+57+78=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #86394E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86394E is #79C6B1. Grayscale: #525252. Windows color (decimal): -7980722 or 5126534. OLE color: 5126534.
HSL color Cylindrical-coordinate representation of color #86394E: hue angle of 343.64º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86394E is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 57 | 78 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.47 |
| HSL | 343.64º | 0.4% | 0.37% | - |
| HSV(B) | 343.64º | 0.57% | 0.53% | - |
| XYZ | 12.67 | 8.54 | 8.19 | - |
| YUV | 82.42 | 125.51 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 57 | 78 | 0 | 0.57 | 0.42 | 0.47 | 343.64 | 0.4 | 0.37 |
| Hex | 86 | 39 | 4E | 0 | 39 | 2A | 2F | 158 | 28 | 25 |
| Octal | 206 | 71 | 116 | 0 | 71 | 52 | 57 | 530 | 50 | 45 |
| Binary | 10000110 | 111001 | 1001110 | 0 | 111001 | 101010 | 101111 | 101011000 | 101000 | 100101 |
Color Harmonies of #86394E
Complementary color
Monochromatic Colors of #86394E
Black with #86394E
Text Example
Text Example
White with #86394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86394E; }
p { color: rgb(134,57,78); }
H1.HeaderClassName
{
color: #86394E;
}
.AnyTagClassName
{
color: #86394E;
}
</style>
background-color css
<style>
a { background-color: #86394E; }
a { background-color: rgb(134,57,78); }
div.DivClassName
{
background-color: #86394E;
}
.BgClassName
{
background-color: #86394E;
}
</style>
border-color css
<style>
span { border-color: #86394E; }
span { border-color: rgb(134,57,78); }
td.TdClassName
{
border-color: #86394E;
}
.TagClassName
{
border-color: #86394E;
}
</style>