Shades of Camelot #863146
Tints of Camelot #863146
RGB
CMYK
RGB Variations
Color information
#863146 (or 0x863146) is known color: Camelot. HEX triplet: 86, 31 and 46. RGB value is (134,49,70). Sum of RGB (Red+Green+Blue) = 134+49+70=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #863146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863146 is #79CEB9. Grayscale: #4C4C4C. Windows color (decimal): -7982778 or 4600198. OLE color: 4600198.
HSL color Cylindrical-coordinate representation of color #863146: hue angle of 345.18º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863146 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 49 | 70 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.47 |
| HSL | 345.18º | 0.46% | 0.36% | - |
| HSV(B) | 345.18º | 0.63% | 0.53% | - |
| XYZ | 12.04 | 7.71 | 6.65 | - |
| YUV | 76.81 | 124.16 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 70 | 0 | 0.63 | 0.48 | 0.47 | 345.18 | 0.46 | 0.36 |
| Hex | 86 | 31 | 46 | 0 | 3F | 30 | 2F | 159 | 2E | 24 |
| Octal | 206 | 61 | 106 | 0 | 77 | 60 | 57 | 531 | 56 | 44 |
| Binary | 10000110 | 110001 | 1000110 | 0 | 111111 | 110000 | 101111 | 101011001 | 101110 | 100100 |
Color Harmonies of #863146
Complementary color
Monochromatic Colors of #863146
Black with #863146
Text Example
Text Example
White with #863146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863146; }
p { color: rgb(134,49,70); }
H1.HeaderClassName
{
color: #863146;
}
.AnyTagClassName
{
color: #863146;
}
</style>
background-color css
<style>
a { background-color: #863146; }
a { background-color: rgb(134,49,70); }
div.DivClassName
{
background-color: #863146;
}
.BgClassName
{
background-color: #863146;
}
</style>
border-color css
<style>
span { border-color: #863146; }
span { border-color: rgb(134,49,70); }
td.TdClassName
{
border-color: #863146;
}
.TagClassName
{
border-color: #863146;
}
</style>