Shades of Camelot #85364E
Tints of Camelot #85364E
RGB
CMYK
RGB Variations
Color information
#85364E (or 0x85364E) is known color: Camelot. HEX triplet: 85, 36 and 4E. RGB value is (133,54,78). Sum of RGB (Red+Green+Blue) = 133+54+78=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85364E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85364E is #7AC9B1. Grayscale: #505050. Windows color (decimal): -8047026 or 5125765. OLE color: 5125765.
HSL color Cylindrical-coordinate representation of color #85364E: hue angle of 341.77º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85364E is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 54 | 78 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.48 |
| HSL | 341.77º | 0.42% | 0.37% | - |
| HSV(B) | 341.77º | 0.59% | 0.52% | - |
| XYZ | 12.37 | 8.17 | 8.13 | - |
| YUV | 80.36 | 126.67 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 54 | 78 | 0 | 0.59 | 0.41 | 0.48 | 341.77 | 0.42 | 0.37 |
| Hex | 85 | 36 | 4E | 0 | 3B | 29 | 30 | 156 | 2A | 25 |
| Octal | 205 | 66 | 116 | 0 | 73 | 51 | 60 | 526 | 52 | 45 |
| Binary | 10000101 | 110110 | 1001110 | 0 | 111011 | 101001 | 110000 | 101010110 | 101010 | 100101 |
Color Harmonies of #85364E
Complementary color
Monochromatic Colors of #85364E
Black with #85364E
Text Example
Text Example
White with #85364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85364E; }
p { color: rgb(133,54,78); }
H1.HeaderClassName
{
color: #85364E;
}
.AnyTagClassName
{
color: #85364E;
}
</style>
background-color css
<style>
a { background-color: #85364E; }
a { background-color: rgb(133,54,78); }
div.DivClassName
{
background-color: #85364E;
}
.BgClassName
{
background-color: #85364E;
}
</style>
border-color css
<style>
span { border-color: #85364E; }
span { border-color: rgb(133,54,78); }
td.TdClassName
{
border-color: #85364E;
}
.TagClassName
{
border-color: #85364E;
}
</style>