Shades of Camelot #86384F
Tints of Camelot #86384F
RGB
CMYK
RGB Variations
Color information
#86384F (or 0x86384F) is known color: Camelot. HEX triplet: 86, 38 and 4F. RGB value is (134,56,79). Sum of RGB (Red+Green+Blue) = 134+56+79=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #86384F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86384F is #79C7B0. Grayscale: #515151. Windows color (decimal): -7980977 or 5191814. OLE color: 5191814.
HSL color Cylindrical-coordinate representation of color #86384F: hue angle of 342.31º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86384F is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 56 | 79 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.47 |
| HSL | 342.31º | 0.41% | 0.37% | - |
| HSV(B) | 342.31º | 0.58% | 0.53% | - |
| XYZ | 12.66 | 8.46 | 8.36 | - |
| YUV | 81.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 56 | 79 | 0 | 0.58 | 0.41 | 0.47 | 342.31 | 0.41 | 0.37 |
| Hex | 86 | 38 | 4F | 0 | 3A | 29 | 2F | 156 | 29 | 25 |
| Octal | 206 | 70 | 117 | 0 | 72 | 51 | 57 | 526 | 51 | 45 |
| Binary | 10000110 | 111000 | 1001111 | 0 | 111010 | 101001 | 101111 | 101010110 | 101001 | 100101 |
Color Harmonies of #86384F
Complementary color
Monochromatic Colors of #86384F
Black with #86384F
Text Example
Text Example
White with #86384F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86384F; }
p { color: rgb(134,56,79); }
H1.HeaderClassName
{
color: #86384F;
}
.AnyTagClassName
{
color: #86384F;
}
</style>
background-color css
<style>
a { background-color: #86384F; }
a { background-color: rgb(134,56,79); }
div.DivClassName
{
background-color: #86384F;
}
.BgClassName
{
background-color: #86384F;
}
</style>
border-color css
<style>
span { border-color: #86384F; }
span { border-color: rgb(134,56,79); }
td.TdClassName
{
border-color: #86384F;
}
.TagClassName
{
border-color: #86384F;
}
</style>