Shades of Camelot #863445
Tints of Camelot #863445
RGB
CMYK
RGB Variations
Color information
#863445 (or 0x863445) is known color: Camelot. HEX triplet: 86, 34 and 45. RGB value is (134,52,69). Sum of RGB (Red+Green+Blue) = 134+52+69=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #863445 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863445 is #79CBBA. Grayscale: #4E4E4E. Windows color (decimal): -7982011 or 4535430. OLE color: 4535430.
HSL color Cylindrical-coordinate representation of color #863445: hue angle of 347.56º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #863445 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 52 | 69 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.47 |
| HSL | 347.56º | 0.44% | 0.36% | - |
| HSV(B) | 347.56º | 0.61% | 0.53% | - |
| XYZ | 12.13 | 7.95 | 6.53 | - |
| YUV | 78.46 | 122.67 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 52 | 69 | 0 | 0.61 | 0.49 | 0.47 | 347.56 | 0.44 | 0.36 |
| Hex | 86 | 34 | 45 | 0 | 3D | 31 | 2F | 15C | 2C | 24 |
| Octal | 206 | 64 | 105 | 0 | 75 | 61 | 57 | 534 | 54 | 44 |
| Binary | 10000110 | 110100 | 1000101 | 0 | 111101 | 110001 | 101111 | 101011100 | 101100 | 100100 |
Color Harmonies of #863445
Complementary color
Monochromatic Colors of #863445
Black with #863445
Text Example
Text Example
White with #863445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863445; }
p { color: rgb(134,52,69); }
H1.HeaderClassName
{
color: #863445;
}
.AnyTagClassName
{
color: #863445;
}
</style>
background-color css
<style>
a { background-color: #863445; }
a { background-color: rgb(134,52,69); }
div.DivClassName
{
background-color: #863445;
}
.BgClassName
{
background-color: #863445;
}
</style>
border-color css
<style>
span { border-color: #863445; }
span { border-color: rgb(134,52,69); }
td.TdClassName
{
border-color: #863445;
}
.TagClassName
{
border-color: #863445;
}
</style>