Shades of Camelot #873C49
Tints of Camelot #873C49
RGB
CMYK
RGB Variations
Color information
#873C49 (or 0x873C49) is known color: Camelot. HEX triplet: 87, 3C and 49. RGB value is (135,60,73). Sum of RGB (Red+Green+Blue) = 135+60+73=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #873C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873C49 is #78C3B6. Grayscale: #535353. Windows color (decimal): -7914423 or 4799623. OLE color: 4799623.
HSL color Cylindrical-coordinate representation of color #873C49: hue angle of 349.6º 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 #873C49 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 60 | 73 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.47 |
| HSL | 349.6º | 0.38% | 0.38% | - |
| HSV(B) | 349.6º | 0.56% | 0.53% | - |
| XYZ | 12.81 | 8.86 | 7.34 | - |
| YUV | 83.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 73 | 0 | 0.56 | 0.46 | 0.47 | 349.6 | 0.38 | 0.38 |
| Hex | 87 | 3C | 49 | 0 | 38 | 2E | 2F | 15E | 26 | 26 |
| Octal | 207 | 74 | 111 | 0 | 70 | 56 | 57 | 536 | 46 | 46 |
| Binary | 10000111 | 111100 | 1001001 | 0 | 111000 | 101110 | 101111 | 101011110 | 100110 | 100110 |
Color Harmonies of #873C49
Complementary color
Monochromatic Colors of #873C49
Black with #873C49
Text Example
Text Example
White with #873C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C49; }
p { color: rgb(135,60,73); }
H1.HeaderClassName
{
color: #873C49;
}
.AnyTagClassName
{
color: #873C49;
}
</style>
background-color css
<style>
a { background-color: #873C49; }
a { background-color: rgb(135,60,73); }
div.DivClassName
{
background-color: #873C49;
}
.BgClassName
{
background-color: #873C49;
}
</style>
border-color css
<style>
span { border-color: #873C49; }
span { border-color: rgb(135,60,73); }
td.TdClassName
{
border-color: #873C49;
}
.TagClassName
{
border-color: #873C49;
}
</style>