Shades of Camelot #853D53
Tints of Camelot #853D53
RGB
CMYK
RGB Variations
Color information
#853D53 (or 0x853D53) is known color: Camelot. HEX triplet: 85, 3D and 53. RGB value is (133,61,83). Sum of RGB (Red+Green+Blue) = 133+61+83=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #853D53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853D53 is #7AC2AC. Grayscale: #555555. Windows color (decimal): -8045229 or 5455237. OLE color: 5455237.
HSL color Cylindrical-coordinate representation of color #853D53: hue angle of 341.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #853D53 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 61 | 83 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.48 |
| HSL | 341.67º | 0.37% | 0.38% | - |
| HSV(B) | 341.67º | 0.54% | 0.52% | - |
| XYZ | 12.9 | 8.95 | 9.23 | - |
| YUV | 85.04 | 126.85 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 83 | 0 | 0.54 | 0.38 | 0.48 | 341.67 | 0.37 | 0.38 |
| Hex | 85 | 3D | 53 | 0 | 36 | 26 | 30 | 156 | 25 | 26 |
| Octal | 205 | 75 | 123 | 0 | 66 | 46 | 60 | 526 | 45 | 46 |
| Binary | 10000101 | 111101 | 1010011 | 0 | 110110 | 100110 | 110000 | 101010110 | 100101 | 100110 |
Color Harmonies of #853D53
Complementary color
Monochromatic Colors of #853D53
Black with #853D53
Text Example
Text Example
White with #853D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853D53; }
p { color: rgb(133,61,83); }
H1.HeaderClassName
{
color: #853D53;
}
.AnyTagClassName
{
color: #853D53;
}
</style>
background-color css
<style>
a { background-color: #853D53; }
a { background-color: rgb(133,61,83); }
div.DivClassName
{
background-color: #853D53;
}
.BgClassName
{
background-color: #853D53;
}
</style>
border-color css
<style>
span { border-color: #853D53; }
span { border-color: rgb(133,61,83); }
td.TdClassName
{
border-color: #853D53;
}
.TagClassName
{
border-color: #853D53;
}
</style>