Shades of Camelot #853953
Tints of Camelot #853953
RGB
CMYK
RGB Variations
Color information
#853953 (or 0x853953) is known color: Camelot. HEX triplet: 85, 39 and 53. RGB value is (133,57,83). Sum of RGB (Red+Green+Blue) = 133+57+83=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #853953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853953 is #7AC6AC. Grayscale: #525252. Windows color (decimal): -8046253 or 5454213. OLE color: 5454213.
HSL color Cylindrical-coordinate representation of color #853953: hue angle of 339.47º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #853953 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 57 | 83 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.48 |
| HSL | 339.47º | 0.4% | 0.37% | - |
| HSV(B) | 339.47º | 0.57% | 0.52% | - |
| XYZ | 12.7 | 8.54 | 9.16 | - |
| YUV | 82.69 | 128.18 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 83 | 0 | 0.57 | 0.38 | 0.48 | 339.47 | 0.4 | 0.37 |
| Hex | 85 | 39 | 53 | 0 | 39 | 26 | 30 | 153 | 28 | 25 |
| Octal | 205 | 71 | 123 | 0 | 71 | 46 | 60 | 523 | 50 | 45 |
| Binary | 10000101 | 111001 | 1010011 | 0 | 111001 | 100110 | 110000 | 101010011 | 101000 | 100101 |
Color Harmonies of #853953
Complementary color
Monochromatic Colors of #853953
Black with #853953
Text Example
Text Example
White with #853953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853953; }
p { color: rgb(133,57,83); }
H1.HeaderClassName
{
color: #853953;
}
.AnyTagClassName
{
color: #853953;
}
</style>
background-color css
<style>
a { background-color: #853953; }
a { background-color: rgb(133,57,83); }
div.DivClassName
{
background-color: #853953;
}
.BgClassName
{
background-color: #853953;
}
</style>
border-color css
<style>
span { border-color: #853953; }
span { border-color: rgb(133,57,83); }
td.TdClassName
{
border-color: #853953;
}
.TagClassName
{
border-color: #853953;
}
</style>