Shades of Camelot #863144
Tints of Camelot #863144
RGB
CMYK
RGB Variations
Color information
#863144 (or 0x863144) is known color: Camelot. HEX triplet: 86, 31 and 44. RGB value is (134,49,68). Sum of RGB (Red+Green+Blue) = 134+49+68=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #863144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863144 is #79CEBB. Grayscale: #4C4C4C. Windows color (decimal): -7982780 or 4469126. OLE color: 4469126.
HSL color Cylindrical-coordinate representation of color #863144: hue angle of 346.59º 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 #863144 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 49 | 68 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.47 |
| HSL | 346.59º | 0.46% | 0.36% | - |
| HSV(B) | 346.59º | 0.63% | 0.53% | - |
| XYZ | 11.97 | 7.68 | 6.32 | - |
| YUV | 76.58 | 123.16 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 68 | 0 | 0.63 | 0.49 | 0.47 | 346.59 | 0.46 | 0.36 |
| Hex | 86 | 31 | 44 | 0 | 3F | 31 | 2F | 15B | 2E | 24 |
| Octal | 206 | 61 | 104 | 0 | 77 | 61 | 57 | 533 | 56 | 44 |
| Binary | 10000110 | 110001 | 1000100 | 0 | 111111 | 110001 | 101111 | 101011011 | 101110 | 100100 |
Color Harmonies of #863144
Complementary color
Monochromatic Colors of #863144
Black with #863144
Text Example
Text Example
White with #863144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863144; }
p { color: rgb(134,49,68); }
H1.HeaderClassName
{
color: #863144;
}
.AnyTagClassName
{
color: #863144;
}
</style>
background-color css
<style>
a { background-color: #863144; }
a { background-color: rgb(134,49,68); }
div.DivClassName
{
background-color: #863144;
}
.BgClassName
{
background-color: #863144;
}
</style>
border-color css
<style>
span { border-color: #863144; }
span { border-color: rgb(134,49,68); }
td.TdClassName
{
border-color: #863144;
}
.TagClassName
{
border-color: #863144;
}
</style>