Shades of Camelot #854352
Tints of Camelot #854352
RGB
CMYK
RGB Variations
Color information
#854352 (or 0x854352) is known color: Camelot. HEX triplet: 85, 43 and 52. RGB value is (133,67,82). Sum of RGB (Red+Green+Blue) = 133+67+82=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #854352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854352 is #7ABCAD. Grayscale: #585858. Windows color (decimal): -8043694 or 5391237. OLE color: 5391237.
HSL color Cylindrical-coordinate representation of color #854352: hue angle of 346.36º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #854352 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 67 | 82 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.48 |
| HSL | 346.36º | 0.33% | 0.39% | - |
| HSV(B) | 346.36º | 0.5% | 0.52% | - |
| XYZ | 13.2 | 9.61 | 9.14 | - |
| YUV | 88.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 67 | 82 | 0 | 0.50 | 0.38 | 0.48 | 346.36 | 0.33 | 0.39 |
| Hex | 85 | 43 | 52 | 0 | 32 | 26 | 30 | 15A | 21 | 27 |
| Octal | 205 | 103 | 122 | 0 | 62 | 46 | 60 | 532 | 41 | 47 |
| Binary | 10000101 | 1000011 | 1010010 | 0 | 110010 | 100110 | 110000 | 101011010 | 100001 | 100111 |
Color Harmonies of #854352
Complementary color
Monochromatic Colors of #854352
Black with #854352
Text Example
Text Example
White with #854352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854352; }
p { color: rgb(133,67,82); }
H1.HeaderClassName
{
color: #854352;
}
.AnyTagClassName
{
color: #854352;
}
</style>
background-color css
<style>
a { background-color: #854352; }
a { background-color: rgb(133,67,82); }
div.DivClassName
{
background-color: #854352;
}
.BgClassName
{
background-color: #854352;
}
</style>
border-color css
<style>
span { border-color: #854352; }
span { border-color: rgb(133,67,82); }
td.TdClassName
{
border-color: #854352;
}
.TagClassName
{
border-color: #854352;
}
</style>