Shades of Camelot #863F50
Tints of Camelot #863F50
RGB
CMYK
RGB Variations
Color information
#863F50 (or 0x863F50) is known color: Camelot. HEX triplet: 86, 3F and 50. RGB value is (134,63,80). Sum of RGB (Red+Green+Blue) = 134+63+80=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #863F50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F50 is #79C0AF. Grayscale: #565656. Windows color (decimal): -7979184 or 5259142. OLE color: 5259142.
HSL color Cylindrical-coordinate representation of color #863F50: hue angle of 345.63º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #863F50 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 63 | 80 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.47 |
| HSL | 345.63º | 0.36% | 0.39% | - |
| HSV(B) | 345.63º | 0.53% | 0.53% | - |
| XYZ | 13.06 | 9.2 | 8.68 | - |
| YUV | 86.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 80 | 0 | 0.53 | 0.40 | 0.47 | 345.63 | 0.36 | 0.39 |
| Hex | 86 | 3F | 50 | 0 | 35 | 28 | 2F | 15A | 24 | 27 |
| Octal | 206 | 77 | 120 | 0 | 65 | 50 | 57 | 532 | 44 | 47 |
| Binary | 10000110 | 111111 | 1010000 | 0 | 110101 | 101000 | 101111 | 101011010 | 100100 | 100111 |
Color Harmonies of #863F50
Complementary color
Monochromatic Colors of #863F50
Black with #863F50
Text Example
Text Example
White with #863F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863F50; }
p { color: rgb(134,63,80); }
H1.HeaderClassName
{
color: #863F50;
}
.AnyTagClassName
{
color: #863F50;
}
</style>
background-color css
<style>
a { background-color: #863F50; }
a { background-color: rgb(134,63,80); }
div.DivClassName
{
background-color: #863F50;
}
.BgClassName
{
background-color: #863F50;
}
</style>
border-color css
<style>
span { border-color: #863F50; }
span { border-color: rgb(134,63,80); }
td.TdClassName
{
border-color: #863F50;
}
.TagClassName
{
border-color: #863F50;
}
</style>