Shades of Camelot #853F57
Tints of Camelot #853F57
RGB
CMYK
RGB Variations
Color information
#853F57 (or 0x853F57) is known color: Camelot. HEX triplet: 85, 3F and 57. RGB value is (133,63,87). Sum of RGB (Red+Green+Blue) = 133+63+87=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #853F57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853F57 is #7AC0A8. Grayscale: #565656. Windows color (decimal): -8044713 or 5717893. OLE color: 5717893.
HSL color Cylindrical-coordinate representation of color #853F57: hue angle of 339.43º 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 #853F57 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 63 | 87 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.48 |
| HSL | 339.43º | 0.36% | 0.38% | - |
| HSV(B) | 339.43º | 0.53% | 0.52% | - |
| XYZ | 13.17 | 9.23 | 10.1 | - |
| YUV | 86.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 87 | 0 | 0.53 | 0.35 | 0.48 | 339.43 | 0.36 | 0.38 |
| Hex | 85 | 3F | 57 | 0 | 35 | 23 | 30 | 153 | 24 | 26 |
| Octal | 205 | 77 | 127 | 0 | 65 | 43 | 60 | 523 | 44 | 46 |
| Binary | 10000101 | 111111 | 1010111 | 0 | 110101 | 100011 | 110000 | 101010011 | 100100 | 100110 |
Color Harmonies of #853F57
Complementary color
Monochromatic Colors of #853F57
Black with #853F57
Text Example
Text Example
White with #853F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853F57; }
p { color: rgb(133,63,87); }
H1.HeaderClassName
{
color: #853F57;
}
.AnyTagClassName
{
color: #853F57;
}
</style>
background-color css
<style>
a { background-color: #853F57; }
a { background-color: rgb(133,63,87); }
div.DivClassName
{
background-color: #853F57;
}
.BgClassName
{
background-color: #853F57;
}
</style>
border-color css
<style>
span { border-color: #853F57; }
span { border-color: rgb(133,63,87); }
td.TdClassName
{
border-color: #853F57;
}
.TagClassName
{
border-color: #853F57;
}
</style>