Shades of Camelot #854155
Tints of Camelot #854155
RGB
CMYK
RGB Variations
Color information
#854155 (or 0x854155) is known color: Camelot. HEX triplet: 85, 41 and 55. RGB value is (133,65,85). Sum of RGB (Red+Green+Blue) = 133+65+85=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #854155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854155 is #7ABEAA. Grayscale: #575757. Windows color (decimal): -8044203 or 5587333. OLE color: 5587333.
HSL color Cylindrical-coordinate representation of color #854155: hue angle of 342.35º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #854155 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 65 | 85 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.48 |
| HSL | 342.35º | 0.34% | 0.39% | - |
| HSV(B) | 342.35º | 0.51% | 0.52% | - |
| XYZ | 13.2 | 9.42 | 9.72 | - |
| YUV | 87.61 | 126.53 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 85 | 0 | 0.51 | 0.36 | 0.48 | 342.35 | 0.34 | 0.39 |
| Hex | 85 | 41 | 55 | 0 | 33 | 24 | 30 | 156 | 22 | 27 |
| Octal | 205 | 101 | 125 | 0 | 63 | 44 | 60 | 526 | 42 | 47 |
| Binary | 10000101 | 1000001 | 1010101 | 0 | 110011 | 100100 | 110000 | 101010110 | 100010 | 100111 |
Color Harmonies of #854155
Complementary color
Monochromatic Colors of #854155
Black with #854155
Text Example
Text Example
White with #854155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854155; }
p { color: rgb(133,65,85); }
H1.HeaderClassName
{
color: #854155;
}
.AnyTagClassName
{
color: #854155;
}
</style>
background-color css
<style>
a { background-color: #854155; }
a { background-color: rgb(133,65,85); }
div.DivClassName
{
background-color: #854155;
}
.BgClassName
{
background-color: #854155;
}
</style>
border-color css
<style>
span { border-color: #854155; }
span { border-color: rgb(133,65,85); }
td.TdClassName
{
border-color: #854155;
}
.TagClassName
{
border-color: #854155;
}
</style>