Shades of Camelot #85354B
Tints of Camelot #85354B
RGB
CMYK
RGB Variations
Color information
#85354B (or 0x85354B) is known color: Camelot. HEX triplet: 85, 35 and 4B. RGB value is (133,53,75). Sum of RGB (Red+Green+Blue) = 133+53+75=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85354B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85354B is #7ACAB4. Grayscale: #4F4F4F. Windows color (decimal): -8047285 or 4928901. OLE color: 4928901.
HSL color Cylindrical-coordinate representation of color #85354B: hue angle of 343.5º 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 #85354B is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 53 | 75 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.48 |
| HSL | 343.5º | 0.43% | 0.36% | - |
| HSV(B) | 343.5º | 0.6% | 0.52% | - |
| XYZ | 12.22 | 8.04 | 7.56 | - |
| YUV | 79.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 75 | 0 | 0.60 | 0.44 | 0.48 | 343.5 | 0.43 | 0.36 |
| Hex | 85 | 35 | 4B | 0 | 3C | 2C | 30 | 158 | 2B | 24 |
| Octal | 205 | 65 | 113 | 0 | 74 | 54 | 60 | 530 | 53 | 44 |
| Binary | 10000101 | 110101 | 1001011 | 0 | 111100 | 101100 | 110000 | 101011000 | 101011 | 100100 |
Color Harmonies of #85354B
Complementary color
Monochromatic Colors of #85354B
Black with #85354B
Text Example
Text Example
White with #85354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85354B; }
p { color: rgb(133,53,75); }
H1.HeaderClassName
{
color: #85354B;
}
.AnyTagClassName
{
color: #85354B;
}
</style>
background-color css
<style>
a { background-color: #85354B; }
a { background-color: rgb(133,53,75); }
div.DivClassName
{
background-color: #85354B;
}
.BgClassName
{
background-color: #85354B;
}
</style>
border-color css
<style>
span { border-color: #85354B; }
span { border-color: rgb(133,53,75); }
td.TdClassName
{
border-color: #85354B;
}
.TagClassName
{
border-color: #85354B;
}
</style>