Shades of Camelot #853F55
Tints of Camelot #853F55
RGB
CMYK
RGB Variations
Color information
#853F55 (or 0x853F55) is known color: Camelot. HEX triplet: 85, 3F and 55. RGB value is (133,63,85). Sum of RGB (Red+Green+Blue) = 133+63+85=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #853F55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853F55 is #7AC0AA. Grayscale: #565656. Windows color (decimal): -8044715 or 5586821. OLE color: 5586821.
HSL color Cylindrical-coordinate representation of color #853F55: hue angle of 341.14º 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 #853F55 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 63 | 85 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.48 |
| HSL | 341.14º | 0.36% | 0.38% | - |
| HSV(B) | 341.14º | 0.53% | 0.52% | - |
| XYZ | 13.09 | 9.2 | 9.68 | - |
| YUV | 86.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 85 | 0 | 0.53 | 0.36 | 0.48 | 341.14 | 0.36 | 0.38 |
| Hex | 85 | 3F | 55 | 0 | 35 | 24 | 30 | 155 | 24 | 26 |
| Octal | 205 | 77 | 125 | 0 | 65 | 44 | 60 | 525 | 44 | 46 |
| Binary | 10000101 | 111111 | 1010101 | 0 | 110101 | 100100 | 110000 | 101010101 | 100100 | 100110 |
Color Harmonies of #853F55
Complementary color
Monochromatic Colors of #853F55
Black with #853F55
Text Example
Text Example
White with #853F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853F55; }
p { color: rgb(133,63,85); }
H1.HeaderClassName
{
color: #853F55;
}
.AnyTagClassName
{
color: #853F55;
}
</style>
background-color css
<style>
a { background-color: #853F55; }
a { background-color: rgb(133,63,85); }
div.DivClassName
{
background-color: #853F55;
}
.BgClassName
{
background-color: #853F55;
}
</style>
border-color css
<style>
span { border-color: #853F55; }
span { border-color: rgb(133,63,85); }
td.TdClassName
{
border-color: #853F55;
}
.TagClassName
{
border-color: #853F55;
}
</style>