Shades of Camelot #853044
Tints of Camelot #853044
RGB
CMYK
RGB Variations
Color information
#853044 (or 0x853044) is known color: Camelot. HEX triplet: 85, 30 and 44. RGB value is (133,48,68). Sum of RGB (Red+Green+Blue) = 133+48+68=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #853044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853044 is #7ACFBB. Grayscale: #4B4B4B. Windows color (decimal): -8048572 or 4468869. OLE color: 4468869.
HSL color Cylindrical-coordinate representation of color #853044: hue angle of 345.88º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853044 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 48 | 68 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.48 |
| HSL | 345.88º | 0.47% | 0.35% | - |
| HSV(B) | 345.88º | 0.64% | 0.52% | - |
| XYZ | 11.77 | 7.52 | 6.3 | - |
| YUV | 75.7 | 123.66 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 68 | 0 | 0.64 | 0.49 | 0.48 | 345.88 | 0.47 | 0.35 |
| Hex | 85 | 30 | 44 | 0 | 40 | 31 | 30 | 15A | 2F | 23 |
| Octal | 205 | 60 | 104 | 0 | 100 | 61 | 60 | 532 | 57 | 43 |
| Binary | 10000101 | 110000 | 1000100 | 0 | 1000000 | 110001 | 110000 | 101011010 | 101111 | 100011 |
Color Harmonies of #853044
Complementary color
Monochromatic Colors of #853044
Black with #853044
Text Example
Text Example
White with #853044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853044; }
p { color: rgb(133,48,68); }
H1.HeaderClassName
{
color: #853044;
}
.AnyTagClassName
{
color: #853044;
}
</style>
background-color css
<style>
a { background-color: #853044; }
a { background-color: rgb(133,48,68); }
div.DivClassName
{
background-color: #853044;
}
.BgClassName
{
background-color: #853044;
}
</style>
border-color css
<style>
span { border-color: #853044; }
span { border-color: rgb(133,48,68); }
td.TdClassName
{
border-color: #853044;
}
.TagClassName
{
border-color: #853044;
}
</style>