Shades of Camelot #85354C
Tints of Camelot #85354C
RGB
CMYK
RGB Variations
Color information
#85354C (or 0x85354C) is known color: Camelot. HEX triplet: 85, 35 and 4C. RGB value is (133,53,76). Sum of RGB (Red+Green+Blue) = 133+53+76=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #85354C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85354C is #7ACAB3. Grayscale: #4F4F4F. Windows color (decimal): -8047284 or 4994437. OLE color: 4994437.
HSL color Cylindrical-coordinate representation of color #85354C: hue angle of 342.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85354C is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 53 | 76 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.48 |
| HSL | 342.75º | 0.43% | 0.36% | - |
| HSV(B) | 342.75º | 0.6% | 0.52% | - |
| XYZ | 12.25 | 8.05 | 7.75 | - |
| YUV | 79.54 | 126 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 76 | 0 | 0.60 | 0.43 | 0.48 | 342.75 | 0.43 | 0.36 |
| Hex | 85 | 35 | 4C | 0 | 3C | 2B | 30 | 157 | 2B | 24 |
| Octal | 205 | 65 | 114 | 0 | 74 | 53 | 60 | 527 | 53 | 44 |
| Binary | 10000101 | 110101 | 1001100 | 0 | 111100 | 101011 | 110000 | 101010111 | 101011 | 100100 |
Color Harmonies of #85354C
Complementary color
Monochromatic Colors of #85354C
Black with #85354C
Text Example
Text Example
White with #85354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85354C; }
p { color: rgb(133,53,76); }
H1.HeaderClassName
{
color: #85354C;
}
.AnyTagClassName
{
color: #85354C;
}
</style>
background-color css
<style>
a { background-color: #85354C; }
a { background-color: rgb(133,53,76); }
div.DivClassName
{
background-color: #85354C;
}
.BgClassName
{
background-color: #85354C;
}
</style>
border-color css
<style>
span { border-color: #85354C; }
span { border-color: rgb(133,53,76); }
td.TdClassName
{
border-color: #85354C;
}
.TagClassName
{
border-color: #85354C;
}
</style>