Shades of Camelot #85394E
Tints of Camelot #85394E
RGB
CMYK
RGB Variations
Color information
#85394E (or 0x85394E) is known color: Camelot. HEX triplet: 85, 39 and 4E. RGB value is (133,57,78). Sum of RGB (Red+Green+Blue) = 133+57+78=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #85394E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85394E is #7AC6B1. Grayscale: #525252. Windows color (decimal): -8046258 or 5126533. OLE color: 5126533.
HSL color Cylindrical-coordinate representation of color #85394E: hue angle of 343.42º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85394E is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 57 | 78 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.48 |
| HSL | 343.42º | 0.4% | 0.37% | - |
| HSV(B) | 343.42º | 0.57% | 0.52% | - |
| XYZ | 12.51 | 8.46 | 8.18 | - |
| YUV | 82.12 | 125.68 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 78 | 0 | 0.57 | 0.41 | 0.48 | 343.42 | 0.4 | 0.37 |
| Hex | 85 | 39 | 4E | 0 | 39 | 29 | 30 | 157 | 28 | 25 |
| Octal | 205 | 71 | 116 | 0 | 71 | 51 | 60 | 527 | 50 | 45 |
| Binary | 10000101 | 111001 | 1001110 | 0 | 111001 | 101001 | 110000 | 101010111 | 101000 | 100101 |
Color Harmonies of #85394E
Complementary color
Monochromatic Colors of #85394E
Black with #85394E
Text Example
Text Example
White with #85394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85394E; }
p { color: rgb(133,57,78); }
H1.HeaderClassName
{
color: #85394E;
}
.AnyTagClassName
{
color: #85394E;
}
</style>
background-color css
<style>
a { background-color: #85394E; }
a { background-color: rgb(133,57,78); }
div.DivClassName
{
background-color: #85394E;
}
.BgClassName
{
background-color: #85394E;
}
</style>
border-color css
<style>
span { border-color: #85394E; }
span { border-color: rgb(133,57,78); }
td.TdClassName
{
border-color: #85394E;
}
.TagClassName
{
border-color: #85394E;
}
</style>