Shades of Camelot #86384C
Tints of Camelot #86384C
RGB
CMYK
RGB Variations
Color information
#86384C (or 0x86384C) is known color: Camelot. HEX triplet: 86, 38 and 4C. RGB value is (134,56,76). Sum of RGB (Red+Green+Blue) = 134+56+76=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #86384C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86384C is #79C7B3. Grayscale: #515151. Windows color (decimal): -7980980 or 4995206. OLE color: 4995206.
HSL color Cylindrical-coordinate representation of color #86384C: hue angle of 344.62º 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 #86384C is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 56 | 76 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.47 |
| HSL | 344.62º | 0.41% | 0.37% | - |
| HSV(B) | 344.62º | 0.58% | 0.53% | - |
| XYZ | 12.55 | 8.42 | 7.8 | - |
| YUV | 81.6 | 124.84 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 56 | 76 | 0 | 0.58 | 0.43 | 0.47 | 344.62 | 0.41 | 0.37 |
| Hex | 86 | 38 | 4C | 0 | 3A | 2B | 2F | 159 | 29 | 25 |
| Octal | 206 | 70 | 114 | 0 | 72 | 53 | 57 | 531 | 51 | 45 |
| Binary | 10000110 | 111000 | 1001100 | 0 | 111010 | 101011 | 101111 | 101011001 | 101001 | 100101 |
Color Harmonies of #86384C
Complementary color
Monochromatic Colors of #86384C
Black with #86384C
Text Example
Text Example
White with #86384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86384C; }
p { color: rgb(134,56,76); }
H1.HeaderClassName
{
color: #86384C;
}
.AnyTagClassName
{
color: #86384C;
}
</style>
background-color css
<style>
a { background-color: #86384C; }
a { background-color: rgb(134,56,76); }
div.DivClassName
{
background-color: #86384C;
}
.BgClassName
{
background-color: #86384C;
}
</style>
border-color css
<style>
span { border-color: #86384C; }
span { border-color: rgb(134,56,76); }
td.TdClassName
{
border-color: #86384C;
}
.TagClassName
{
border-color: #86384C;
}
</style>