Shades of Camelot #853447
Tints of Camelot #853447
RGB
CMYK
RGB Variations
Color information
#853447 (or 0x853447) is known color: Camelot. HEX triplet: 85, 34 and 47. RGB value is (133,52,71). Sum of RGB (Red+Green+Blue) = 133+52+71=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #853447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853447 is #7ACBB8. Grayscale: #4E4E4E. Windows color (decimal): -8047545 or 4666501. OLE color: 4666501.
HSL color Cylindrical-coordinate representation of color #853447: hue angle of 345.93º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #853447 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 52 | 71 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.48 |
| HSL | 345.93º | 0.44% | 0.36% | - |
| HSV(B) | 345.93º | 0.61% | 0.52% | - |
| XYZ | 12.04 | 7.9 | 6.85 | - |
| YUV | 78.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 71 | 0 | 0.61 | 0.47 | 0.48 | 345.93 | 0.44 | 0.36 |
| Hex | 85 | 34 | 47 | 0 | 3D | 2F | 30 | 15A | 2C | 24 |
| Octal | 205 | 64 | 107 | 0 | 75 | 57 | 60 | 532 | 54 | 44 |
| Binary | 10000101 | 110100 | 1000111 | 0 | 111101 | 101111 | 110000 | 101011010 | 101100 | 100100 |
Color Harmonies of #853447
Complementary color
Monochromatic Colors of #853447
Black with #853447
Text Example
Text Example
White with #853447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853447; }
p { color: rgb(133,52,71); }
H1.HeaderClassName
{
color: #853447;
}
.AnyTagClassName
{
color: #853447;
}
</style>
background-color css
<style>
a { background-color: #853447; }
a { background-color: rgb(133,52,71); }
div.DivClassName
{
background-color: #853447;
}
.BgClassName
{
background-color: #853447;
}
</style>
border-color css
<style>
span { border-color: #853447; }
span { border-color: rgb(133,52,71); }
td.TdClassName
{
border-color: #853447;
}
.TagClassName
{
border-color: #853447;
}
</style>