Shades of Camelot #863241
Tints of Camelot #863241
RGB
CMYK
RGB Variations
Color information
#863241 (or 0x863241) is known color: Camelot. HEX triplet: 86, 32 and 41. RGB value is (134,50,65). Sum of RGB (Red+Green+Blue) = 134+50+65=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #863241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863241 is #79CDBE. Grayscale: #4C4C4C. Windows color (decimal): -7982527 or 4272774. OLE color: 4272774.
HSL color Cylindrical-coordinate representation of color #863241: hue angle of 349.29º 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 #863241 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 65 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.47 |
| HSL | 349.29º | 0.46% | 0.36% | - |
| HSV(B) | 349.29º | 0.63% | 0.53% | - |
| XYZ | 11.93 | 7.73 | 5.86 | - |
| YUV | 76.83 | 121.33 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 65 | 0 | 0.63 | 0.51 | 0.47 | 349.29 | 0.46 | 0.36 |
| Hex | 86 | 32 | 41 | 0 | 3F | 33 | 2F | 15D | 2E | 24 |
| Octal | 206 | 62 | 101 | 0 | 77 | 63 | 57 | 535 | 56 | 44 |
| Binary | 10000110 | 110010 | 1000001 | 0 | 111111 | 110011 | 101111 | 101011101 | 101110 | 100100 |
Color Harmonies of #863241
Complementary color
Monochromatic Colors of #863241
Black with #863241
Text Example
Text Example
White with #863241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863241; }
p { color: rgb(134,50,65); }
H1.HeaderClassName
{
color: #863241;
}
.AnyTagClassName
{
color: #863241;
}
</style>
background-color css
<style>
a { background-color: #863241; }
a { background-color: rgb(134,50,65); }
div.DivClassName
{
background-color: #863241;
}
.BgClassName
{
background-color: #863241;
}
</style>
border-color css
<style>
span { border-color: #863241; }
span { border-color: rgb(134,50,65); }
td.TdClassName
{
border-color: #863241;
}
.TagClassName
{
border-color: #863241;
}
</style>