Shades of Camelot #854151
Tints of Camelot #854151
RGB
CMYK
RGB Variations
Color information
#854151 (or 0x854151) is known color: Camelot. HEX triplet: 85, 41 and 51. RGB value is (133,65,81). Sum of RGB (Red+Green+Blue) = 133+65+81=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #854151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854151 is #7ABEAE. Grayscale: #575757. Windows color (decimal): -8044207 or 5325189. OLE color: 5325189.
HSL color Cylindrical-coordinate representation of color #854151: hue angle of 345.88º 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 #854151 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 65 | 81 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.48 |
| HSL | 345.88º | 0.34% | 0.39% | - |
| HSV(B) | 345.88º | 0.51% | 0.52% | - |
| XYZ | 13.05 | 9.36 | 8.9 | - |
| YUV | 87.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 81 | 0 | 0.51 | 0.39 | 0.48 | 345.88 | 0.34 | 0.39 |
| Hex | 85 | 41 | 51 | 0 | 33 | 27 | 30 | 15A | 22 | 27 |
| Octal | 205 | 101 | 121 | 0 | 63 | 47 | 60 | 532 | 42 | 47 |
| Binary | 10000101 | 1000001 | 1010001 | 0 | 110011 | 100111 | 110000 | 101011010 | 100010 | 100111 |
Color Harmonies of #854151
Complementary color
Monochromatic Colors of #854151
Black with #854151
Text Example
Text Example
White with #854151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854151; }
p { color: rgb(133,65,81); }
H1.HeaderClassName
{
color: #854151;
}
.AnyTagClassName
{
color: #854151;
}
</style>
background-color css
<style>
a { background-color: #854151; }
a { background-color: rgb(133,65,81); }
div.DivClassName
{
background-color: #854151;
}
.BgClassName
{
background-color: #854151;
}
</style>
border-color css
<style>
span { border-color: #854151; }
span { border-color: rgb(133,65,81); }
td.TdClassName
{
border-color: #854151;
}
.TagClassName
{
border-color: #854151;
}
</style>