Shades of Camelot #86374D
Tints of Camelot #86374D
RGB
CMYK
RGB Variations
Color information
#86374D (or 0x86374D) is known color: Camelot. HEX triplet: 86, 37 and 4D. RGB value is (134,55,77). Sum of RGB (Red+Green+Blue) = 134+55+77=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #86374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86374D is #79C8B2. Grayscale: #515151. Windows color (decimal): -7981235 or 5060486. OLE color: 5060486.
HSL color Cylindrical-coordinate representation of color #86374D: hue angle of 343.29º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86374D is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 55 | 77 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.47 |
| HSL | 343.29º | 0.42% | 0.37% | - |
| HSV(B) | 343.29º | 0.59% | 0.53% | - |
| XYZ | 12.54 | 8.34 | 7.97 | - |
| YUV | 81.13 | 125.67 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 55 | 77 | 0 | 0.59 | 0.43 | 0.47 | 343.29 | 0.42 | 0.37 |
| Hex | 86 | 37 | 4D | 0 | 3B | 2B | 2F | 157 | 2A | 25 |
| Octal | 206 | 67 | 115 | 0 | 73 | 53 | 57 | 527 | 52 | 45 |
| Binary | 10000110 | 110111 | 1001101 | 0 | 111011 | 101011 | 101111 | 101010111 | 101010 | 100101 |
Color Harmonies of #86374D
Complementary color
Monochromatic Colors of #86374D
Black with #86374D
Text Example
Text Example
White with #86374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86374D; }
p { color: rgb(134,55,77); }
H1.HeaderClassName
{
color: #86374D;
}
.AnyTagClassName
{
color: #86374D;
}
</style>
background-color css
<style>
a { background-color: #86374D; }
a { background-color: rgb(134,55,77); }
div.DivClassName
{
background-color: #86374D;
}
.BgClassName
{
background-color: #86374D;
}
</style>
border-color css
<style>
span { border-color: #86374D; }
span { border-color: rgb(134,55,77); }
td.TdClassName
{
border-color: #86374D;
}
.TagClassName
{
border-color: #86374D;
}
</style>