Shades of Camelot #853F4C
Tints of Camelot #853F4C
RGB
CMYK
RGB Variations
Color information
#853F4C (or 0x853F4C) is known color: Camelot. HEX triplet: 85, 3F and 4C. RGB value is (133,63,76). Sum of RGB (Red+Green+Blue) = 133+63+76=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #853F4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F4C is #7AC0B3. Grayscale: #555555. Windows color (decimal): -8044724 or 4996997. OLE color: 4996997.
HSL color Cylindrical-coordinate representation of color #853F4C: hue angle of 348.86º 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 #853F4C is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 63 | 76 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.48 |
| HSL | 348.86º | 0.36% | 0.38% | - |
| HSV(B) | 348.86º | 0.53% | 0.52% | - |
| XYZ | 12.75 | 9.06 | 7.91 | - |
| YUV | 85.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 76 | 0 | 0.53 | 0.43 | 0.48 | 348.86 | 0.36 | 0.38 |
| Hex | 85 | 3F | 4C | 0 | 35 | 2B | 30 | 15D | 24 | 26 |
| Octal | 205 | 77 | 114 | 0 | 65 | 53 | 60 | 535 | 44 | 46 |
| Binary | 10000101 | 111111 | 1001100 | 0 | 110101 | 101011 | 110000 | 101011101 | 100100 | 100110 |
Color Harmonies of #853F4C
Complementary color
Monochromatic Colors of #853F4C
Black with #853F4C
Text Example
Text Example
White with #853F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853F4C; }
p { color: rgb(133,63,76); }
H1.HeaderClassName
{
color: #853F4C;
}
.AnyTagClassName
{
color: #853F4C;
}
</style>
background-color css
<style>
a { background-color: #853F4C; }
a { background-color: rgb(133,63,76); }
div.DivClassName
{
background-color: #853F4C;
}
.BgClassName
{
background-color: #853F4C;
}
</style>
border-color css
<style>
span { border-color: #853F4C; }
span { border-color: rgb(133,63,76); }
td.TdClassName
{
border-color: #853F4C;
}
.TagClassName
{
border-color: #853F4C;
}
</style>