Shades of Camelot #853C4D
Tints of Camelot #853C4D
RGB
CMYK
RGB Variations
Color information
#853C4D (or 0x853C4D) is known color: Camelot. HEX triplet: 85, 3C and 4D. RGB value is (133,60,77). Sum of RGB (Red+Green+Blue) = 133+60+77=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #853C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853C4D is #7AC3B2. Grayscale: #535353. Windows color (decimal): -8045491 or 5061765. OLE color: 5061765.
HSL color Cylindrical-coordinate representation of color #853C4D: hue angle of 346.03º 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 #853C4D is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 60 | 77 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.48 |
| HSL | 346.03º | 0.38% | 0.38% | - |
| HSV(B) | 346.03º | 0.55% | 0.52% | - |
| XYZ | 12.63 | 8.75 | 8.05 | - |
| YUV | 83.77 | 124.18 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 77 | 0 | 0.55 | 0.42 | 0.48 | 346.03 | 0.38 | 0.38 |
| Hex | 85 | 3C | 4D | 0 | 37 | 2A | 30 | 15A | 26 | 26 |
| Octal | 205 | 74 | 115 | 0 | 67 | 52 | 60 | 532 | 46 | 46 |
| Binary | 10000101 | 111100 | 1001101 | 0 | 110111 | 101010 | 110000 | 101011010 | 100110 | 100110 |
Color Harmonies of #853C4D
Complementary color
Monochromatic Colors of #853C4D
Black with #853C4D
Text Example
Text Example
White with #853C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853C4D; }
p { color: rgb(133,60,77); }
H1.HeaderClassName
{
color: #853C4D;
}
.AnyTagClassName
{
color: #853C4D;
}
</style>
background-color css
<style>
a { background-color: #853C4D; }
a { background-color: rgb(133,60,77); }
div.DivClassName
{
background-color: #853C4D;
}
.BgClassName
{
background-color: #853C4D;
}
</style>
border-color css
<style>
span { border-color: #853C4D; }
span { border-color: rgb(133,60,77); }
td.TdClassName
{
border-color: #853C4D;
}
.TagClassName
{
border-color: #853C4D;
}
</style>