Shades of Camelot #863148
Tints of Camelot #863148
RGB
CMYK
RGB Variations
Color information
#863148 (or 0x863148) is known color: Camelot. HEX triplet: 86, 31 and 48. RGB value is (134,49,72). Sum of RGB (Red+Green+Blue) = 134+49+72=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #863148 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863148 is #79CEB7. Grayscale: #4D4D4D. Windows color (decimal): -7982776 or 4731270. OLE color: 4731270.
HSL color Cylindrical-coordinate representation of color #863148: hue angle of 343.76º 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 #863148 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 49 | 72 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.47 |
| HSL | 343.76º | 0.46% | 0.36% | - |
| HSV(B) | 343.76º | 0.63% | 0.53% | - |
| XYZ | 12.1 | 7.73 | 6.99 | - |
| YUV | 77.04 | 125.16 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 72 | 0 | 0.63 | 0.46 | 0.47 | 343.76 | 0.46 | 0.36 |
| Hex | 86 | 31 | 48 | 0 | 3F | 2E | 2F | 158 | 2E | 24 |
| Octal | 206 | 61 | 110 | 0 | 77 | 56 | 57 | 530 | 56 | 44 |
| Binary | 10000110 | 110001 | 1001000 | 0 | 111111 | 101110 | 101111 | 101011000 | 101110 | 100100 |
Color Harmonies of #863148
Complementary color
Monochromatic Colors of #863148
Black with #863148
Text Example
Text Example
White with #863148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863148; }
p { color: rgb(134,49,72); }
H1.HeaderClassName
{
color: #863148;
}
.AnyTagClassName
{
color: #863148;
}
</style>
background-color css
<style>
a { background-color: #863148; }
a { background-color: rgb(134,49,72); }
div.DivClassName
{
background-color: #863148;
}
.BgClassName
{
background-color: #863148;
}
</style>
border-color css
<style>
span { border-color: #863148; }
span { border-color: rgb(134,49,72); }
td.TdClassName
{
border-color: #863148;
}
.TagClassName
{
border-color: #863148;
}
</style>