Shades of Camelot #863343
Tints of Camelot #863343
RGB
CMYK
RGB Variations
Color information
#863343 (or 0x863343) is known color: Camelot. HEX triplet: 86, 33 and 43. RGB value is (134,51,67). Sum of RGB (Red+Green+Blue) = 134+51+67=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #863343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863343 is #79CCBC. Grayscale: #4D4D4D. Windows color (decimal): -7982269 or 4404102. OLE color: 4404102.
HSL color Cylindrical-coordinate representation of color #863343: hue angle of 348.43º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #863343 is Cyan = 0, Magento = 0.62, Yellow = 0.5 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 51 | 67 | - |
| CMYK | 0 | 0.62 | 0.5 | 0.47 |
| HSL | 348.43º | 0.45% | 0.36% | - |
| HSV(B) | 348.43º | 0.62% | 0.53% | - |
| XYZ | 12.03 | 7.84 | 6.19 | - |
| YUV | 77.64 | 122 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 51 | 67 | 0 | 0.62 | 0.5 | 0.47 | 348.43 | 0.45 | 0.36 |
| Hex | 86 | 33 | 43 | 0 | 3E | 32 | 2F | 15C | 2D | 24 |
| Octal | 206 | 63 | 103 | 0 | 76 | 62 | 57 | 534 | 55 | 44 |
| Binary | 10000110 | 110011 | 1000011 | 0 | 111110 | 110010 | 101111 | 101011100 | 101101 | 100100 |
Color Harmonies of #863343
Complementary color
Monochromatic Colors of #863343
Black with #863343
Text Example
Text Example
White with #863343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863343; }
p { color: rgb(134,51,67); }
H1.HeaderClassName
{
color: #863343;
}
.AnyTagClassName
{
color: #863343;
}
</style>
background-color css
<style>
a { background-color: #863343; }
a { background-color: rgb(134,51,67); }
div.DivClassName
{
background-color: #863343;
}
.BgClassName
{
background-color: #863343;
}
</style>
border-color css
<style>
span { border-color: #863343; }
span { border-color: rgb(134,51,67); }
td.TdClassName
{
border-color: #863343;
}
.TagClassName
{
border-color: #863343;
}
</style>