Shades of Camelot #873C55
Tints of Camelot #873C55
RGB
CMYK
RGB Variations
Color information
#873C55 (or 0x873C55) is known color: Camelot. HEX triplet: 87, 3C and 55. RGB value is (135,60,85). Sum of RGB (Red+Green+Blue) = 135+60+85=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #873C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873C55 is #78C3AA. Grayscale: #555555. Windows color (decimal): -7914411 or 5586055. OLE color: 5586055.
HSL color Cylindrical-coordinate representation of color #873C55: hue angle of 340º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #873C55 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 60 | 85 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.47 |
| HSL | 340º | 0.38% | 0.38% | - |
| HSV(B) | 340º | 0.56% | 0.53% | - |
| XYZ | 13.25 | 9.04 | 9.64 | - |
| YUV | 85.28 | 127.85 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 85 | 0 | 0.56 | 0.37 | 0.47 | 340 | 0.38 | 0.38 |
| Hex | 87 | 3C | 55 | 0 | 38 | 25 | 2F | 154 | 26 | 26 |
| Octal | 207 | 74 | 125 | 0 | 70 | 45 | 57 | 524 | 46 | 46 |
| Binary | 10000111 | 111100 | 1010101 | 0 | 111000 | 100101 | 101111 | 101010100 | 100110 | 100110 |
Color Harmonies of #873C55
Complementary color
Monochromatic Colors of #873C55
Black with #873C55
Text Example
Text Example
White with #873C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C55; }
p { color: rgb(135,60,85); }
H1.HeaderClassName
{
color: #873C55;
}
.AnyTagClassName
{
color: #873C55;
}
</style>
background-color css
<style>
a { background-color: #873C55; }
a { background-color: rgb(135,60,85); }
div.DivClassName
{
background-color: #873C55;
}
.BgClassName
{
background-color: #873C55;
}
</style>
border-color css
<style>
span { border-color: #873C55; }
span { border-color: rgb(135,60,85); }
td.TdClassName
{
border-color: #873C55;
}
.TagClassName
{
border-color: #873C55;
}
</style>