Shades of Camelot #853F4D
Tints of Camelot #853F4D
RGB
CMYK
RGB Variations
Color information
#853F4D (or 0x853F4D) is known color: Camelot. HEX triplet: 85, 3F and 4D. RGB value is (133,63,77). Sum of RGB (Red+Green+Blue) = 133+63+77=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #853F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853F4D is #7AC0B2. Grayscale: #555555. Windows color (decimal): -8044723 or 5062533. OLE color: 5062533.
HSL color Cylindrical-coordinate representation of color #853F4D: hue angle of 348º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #853F4D is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 63 | 77 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.48 |
| HSL | 348º | 0.36% | 0.38% | - |
| HSV(B) | 348º | 0.53% | 0.52% | - |
| XYZ | 12.79 | 9.08 | 8.1 | - |
| YUV | 85.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 77 | 0 | 0.53 | 0.42 | 0.48 | 348 | 0.36 | 0.38 |
| Hex | 85 | 3F | 4D | 0 | 35 | 2A | 30 | 15C | 24 | 26 |
| Octal | 205 | 77 | 115 | 0 | 65 | 52 | 60 | 534 | 44 | 46 |
| Binary | 10000101 | 111111 | 1001101 | 0 | 110101 | 101010 | 110000 | 101011100 | 100100 | 100110 |
Color Harmonies of #853F4D
Complementary color
Monochromatic Colors of #853F4D
Black with #853F4D
Text Example
Text Example
White with #853F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853F4D; }
p { color: rgb(133,63,77); }
H1.HeaderClassName
{
color: #853F4D;
}
.AnyTagClassName
{
color: #853F4D;
}
</style>
background-color css
<style>
a { background-color: #853F4D; }
a { background-color: rgb(133,63,77); }
div.DivClassName
{
background-color: #853F4D;
}
.BgClassName
{
background-color: #853F4D;
}
</style>
border-color css
<style>
span { border-color: #853F4D; }
span { border-color: rgb(133,63,77); }
td.TdClassName
{
border-color: #853F4D;
}
.TagClassName
{
border-color: #853F4D;
}
</style>