Shades of Camelot #873850
Tints of Camelot #873850
RGB
CMYK
RGB Variations
Color information
#873850 (or 0x873850) is known color: Camelot. HEX triplet: 87, 38 and 50. RGB value is (135,56,80). Sum of RGB (Red+Green+Blue) = 135+56+80=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #873850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873850 is #78C7AF. Grayscale: #525252. Windows color (decimal): -7915440 or 5257351. OLE color: 5257351.
HSL color Cylindrical-coordinate representation of color #873850: hue angle of 341.77º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #873850 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 56 | 80 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.47 |
| HSL | 341.77º | 0.41% | 0.37% | - |
| HSV(B) | 341.77º | 0.59% | 0.53% | - |
| XYZ | 12.85 | 8.56 | 8.56 | - |
| YUV | 82.36 | 126.67 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 56 | 80 | 0 | 0.59 | 0.41 | 0.47 | 341.77 | 0.41 | 0.37 |
| Hex | 87 | 38 | 50 | 0 | 3B | 29 | 2F | 156 | 29 | 25 |
| Octal | 207 | 70 | 120 | 0 | 73 | 51 | 57 | 526 | 51 | 45 |
| Binary | 10000111 | 111000 | 1010000 | 0 | 111011 | 101001 | 101111 | 101010110 | 101001 | 100101 |
Color Harmonies of #873850
Complementary color
Monochromatic Colors of #873850
Black with #873850
Text Example
Text Example
White with #873850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873850; }
p { color: rgb(135,56,80); }
H1.HeaderClassName
{
color: #873850;
}
.AnyTagClassName
{
color: #873850;
}
</style>
background-color css
<style>
a { background-color: #873850; }
a { background-color: rgb(135,56,80); }
div.DivClassName
{
background-color: #873850;
}
.BgClassName
{
background-color: #873850;
}
</style>
border-color css
<style>
span { border-color: #873850; }
span { border-color: rgb(135,56,80); }
td.TdClassName
{
border-color: #873850;
}
.TagClassName
{
border-color: #873850;
}
</style>