Shades of Camelot #873C4D
Tints of Camelot #873C4D
RGB
CMYK
RGB Variations
Color information
#873C4D (or 0x873C4D) is known color: Camelot. HEX triplet: 87, 3C and 4D. RGB value is (135,60,77). Sum of RGB (Red+Green+Blue) = 135+60+77=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #873C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873C4D is #78C3B2. Grayscale: #545454. Windows color (decimal): -7914419 or 5061767. OLE color: 5061767.
HSL color Cylindrical-coordinate representation of color #873C4D: hue angle of 346.4º 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 #873C4D is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 60 | 77 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.47 |
| HSL | 346.4º | 0.38% | 0.38% | - |
| HSV(B) | 346.4º | 0.56% | 0.53% | - |
| XYZ | 12.95 | 8.92 | 8.06 | - |
| YUV | 84.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 77 | 0 | 0.56 | 0.43 | 0.47 | 346.4 | 0.38 | 0.38 |
| Hex | 87 | 3C | 4D | 0 | 38 | 2B | 2F | 15A | 26 | 26 |
| Octal | 207 | 74 | 115 | 0 | 70 | 53 | 57 | 532 | 46 | 46 |
| Binary | 10000111 | 111100 | 1001101 | 0 | 111000 | 101011 | 101111 | 101011010 | 100110 | 100110 |
Color Harmonies of #873C4D
Complementary color
Monochromatic Colors of #873C4D
Black with #873C4D
Text Example
Text Example
White with #873C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C4D; }
p { color: rgb(135,60,77); }
H1.HeaderClassName
{
color: #873C4D;
}
.AnyTagClassName
{
color: #873C4D;
}
</style>
background-color css
<style>
a { background-color: #873C4D; }
a { background-color: rgb(135,60,77); }
div.DivClassName
{
background-color: #873C4D;
}
.BgClassName
{
background-color: #873C4D;
}
</style>
border-color css
<style>
span { border-color: #873C4D; }
span { border-color: rgb(135,60,77); }
td.TdClassName
{
border-color: #873C4D;
}
.TagClassName
{
border-color: #873C4D;
}
</style>