Shades of Camelot #85394D
Tints of Camelot #85394D
RGB
CMYK
RGB Variations
Color information
#85394D (or 0x85394D) is known color: Camelot. HEX triplet: 85, 39 and 4D. RGB value is (133,57,77). Sum of RGB (Red+Green+Blue) = 133+57+77=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #85394D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85394D is #7AC6B2. Grayscale: #525252. Windows color (decimal): -8046259 or 5060997. OLE color: 5060997.
HSL color Cylindrical-coordinate representation of color #85394D: hue angle of 344.21º 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 #85394D is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 57 | 77 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.48 |
| HSL | 344.21º | 0.4% | 0.37% | - |
| HSV(B) | 344.21º | 0.57% | 0.52% | - |
| XYZ | 12.48 | 8.45 | 7.99 | - |
| YUV | 82 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 77 | 0 | 0.57 | 0.42 | 0.48 | 344.21 | 0.4 | 0.37 |
| Hex | 85 | 39 | 4D | 0 | 39 | 2A | 30 | 158 | 28 | 25 |
| Octal | 205 | 71 | 115 | 0 | 71 | 52 | 60 | 530 | 50 | 45 |
| Binary | 10000101 | 111001 | 1001101 | 0 | 111001 | 101010 | 110000 | 101011000 | 101000 | 100101 |
Color Harmonies of #85394D
Complementary color
Monochromatic Colors of #85394D
Black with #85394D
Text Example
Text Example
White with #85394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85394D; }
p { color: rgb(133,57,77); }
H1.HeaderClassName
{
color: #85394D;
}
.AnyTagClassName
{
color: #85394D;
}
</style>
background-color css
<style>
a { background-color: #85394D; }
a { background-color: rgb(133,57,77); }
div.DivClassName
{
background-color: #85394D;
}
.BgClassName
{
background-color: #85394D;
}
</style>
border-color css
<style>
span { border-color: #85394D; }
span { border-color: rgb(133,57,77); }
td.TdClassName
{
border-color: #85394D;
}
.TagClassName
{
border-color: #85394D;
}
</style>