Shades of Camelot #853C50
Tints of Camelot #853C50
RGB
CMYK
RGB Variations
Color information
#853C50 (or 0x853C50) is known color: Camelot. HEX triplet: 85, 3C and 50. RGB value is (133,60,80). Sum of RGB (Red+Green+Blue) = 133+60+80=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #853C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853C50 is #7AC3AF. Grayscale: #545454. Windows color (decimal): -8045488 or 5258373. OLE color: 5258373.
HSL color Cylindrical-coordinate representation of color #853C50: hue angle of 343.56º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #853C50 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 60 | 80 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.48 |
| HSL | 343.56º | 0.38% | 0.38% | - |
| HSV(B) | 343.56º | 0.55% | 0.52% | - |
| XYZ | 12.74 | 8.8 | 8.62 | - |
| YUV | 84.11 | 125.68 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 80 | 0 | 0.55 | 0.40 | 0.48 | 343.56 | 0.38 | 0.38 |
| Hex | 85 | 3C | 50 | 0 | 37 | 28 | 30 | 158 | 26 | 26 |
| Octal | 205 | 74 | 120 | 0 | 67 | 50 | 60 | 530 | 46 | 46 |
| Binary | 10000101 | 111100 | 1010000 | 0 | 110111 | 101000 | 110000 | 101011000 | 100110 | 100110 |
Color Harmonies of #853C50
Complementary color
Monochromatic Colors of #853C50
Black with #853C50
Text Example
Text Example
White with #853C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853C50; }
p { color: rgb(133,60,80); }
H1.HeaderClassName
{
color: #853C50;
}
.AnyTagClassName
{
color: #853C50;
}
</style>
background-color css
<style>
a { background-color: #853C50; }
a { background-color: rgb(133,60,80); }
div.DivClassName
{
background-color: #853C50;
}
.BgClassName
{
background-color: #853C50;
}
</style>
border-color css
<style>
span { border-color: #853C50; }
span { border-color: rgb(133,60,80); }
td.TdClassName
{
border-color: #853C50;
}
.TagClassName
{
border-color: #853C50;
}
</style>