Shades of Camelot #854150
Tints of Camelot #854150
RGB
CMYK
RGB Variations
Color information
#854150 (or 0x854150) is known color: Camelot. HEX triplet: 85, 41 and 50. RGB value is (133,65,80). Sum of RGB (Red+Green+Blue) = 133+65+80=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #854150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854150 is #7ABEAF. Grayscale: #575757. Windows color (decimal): -8044208 or 5259653. OLE color: 5259653.
HSL color Cylindrical-coordinate representation of color #854150: hue angle of 346.76º 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 #854150 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 65 | 80 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.48 |
| HSL | 346.76º | 0.34% | 0.39% | - |
| HSV(B) | 346.76º | 0.51% | 0.52% | - |
| XYZ | 13.01 | 9.35 | 8.71 | - |
| YUV | 87.04 | 124.03 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 80 | 0 | 0.51 | 0.40 | 0.48 | 346.76 | 0.34 | 0.39 |
| Hex | 85 | 41 | 50 | 0 | 33 | 28 | 30 | 15B | 22 | 27 |
| Octal | 205 | 101 | 120 | 0 | 63 | 50 | 60 | 533 | 42 | 47 |
| Binary | 10000101 | 1000001 | 1010000 | 0 | 110011 | 101000 | 110000 | 101011011 | 100010 | 100111 |
Color Harmonies of #854150
Complementary color
Monochromatic Colors of #854150
Black with #854150
Text Example
Text Example
White with #854150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854150; }
p { color: rgb(133,65,80); }
H1.HeaderClassName
{
color: #854150;
}
.AnyTagClassName
{
color: #854150;
}
</style>
background-color css
<style>
a { background-color: #854150; }
a { background-color: rgb(133,65,80); }
div.DivClassName
{
background-color: #854150;
}
.BgClassName
{
background-color: #854150;
}
</style>
border-color css
<style>
span { border-color: #854150; }
span { border-color: rgb(133,65,80); }
td.TdClassName
{
border-color: #854150;
}
.TagClassName
{
border-color: #854150;
}
</style>