Shades of Camelot #863045
Tints of Camelot #863045
RGB
CMYK
RGB Variations
Color information
#863045 (or 0x863045) is known color: Camelot. HEX triplet: 86, 30 and 45. RGB value is (134,48,69). Sum of RGB (Red+Green+Blue) = 134+48+69=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #863045 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863045 is #79CFBA. Grayscale: #4C4C4C. Windows color (decimal): -7983035 or 4534406. OLE color: 4534406.
HSL color Cylindrical-coordinate representation of color #863045: hue angle of 345.35º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #863045 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 48 | 69 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.47 |
| HSL | 345.35º | 0.47% | 0.36% | - |
| HSV(B) | 345.35º | 0.64% | 0.53% | - |
| XYZ | 11.96 | 7.61 | 6.47 | - |
| YUV | 76.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 48 | 69 | 0 | 0.64 | 0.49 | 0.47 | 345.35 | 0.47 | 0.36 |
| Hex | 86 | 30 | 45 | 0 | 40 | 31 | 2F | 159 | 2F | 24 |
| Octal | 206 | 60 | 105 | 0 | 100 | 61 | 57 | 531 | 57 | 44 |
| Binary | 10000110 | 110000 | 1000101 | 0 | 1000000 | 110001 | 101111 | 101011001 | 101111 | 100100 |
Color Harmonies of #863045
Complementary color
Monochromatic Colors of #863045
Black with #863045
Text Example
Text Example
White with #863045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863045; }
p { color: rgb(134,48,69); }
H1.HeaderClassName
{
color: #863045;
}
.AnyTagClassName
{
color: #863045;
}
</style>
background-color css
<style>
a { background-color: #863045; }
a { background-color: rgb(134,48,69); }
div.DivClassName
{
background-color: #863045;
}
.BgClassName
{
background-color: #863045;
}
</style>
border-color css
<style>
span { border-color: #863045; }
span { border-color: rgb(134,48,69); }
td.TdClassName
{
border-color: #863045;
}
.TagClassName
{
border-color: #863045;
}
</style>