Shades of Camelot #873C51
Tints of Camelot #873C51
RGB
CMYK
RGB Variations
Color information
#873C51 (or 0x873C51) is known color: Camelot. HEX triplet: 87, 3C and 51. RGB value is (135,60,81). Sum of RGB (Red+Green+Blue) = 135+60+81=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #873C51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873C51 is #78C3AE. Grayscale: #545454. Windows color (decimal): -7914415 or 5323911. OLE color: 5323911.
HSL color Cylindrical-coordinate representation of color #873C51: hue angle of 343.2º 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 #873C51 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 60 | 81 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.47 |
| HSL | 343.2º | 0.38% | 0.38% | - |
| HSV(B) | 343.2º | 0.56% | 0.53% | - |
| XYZ | 13.09 | 8.98 | 8.83 | - |
| YUV | 84.82 | 125.85 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 81 | 0 | 0.56 | 0.40 | 0.47 | 343.2 | 0.38 | 0.38 |
| Hex | 87 | 3C | 51 | 0 | 38 | 28 | 2F | 157 | 26 | 26 |
| Octal | 207 | 74 | 121 | 0 | 70 | 50 | 57 | 527 | 46 | 46 |
| Binary | 10000111 | 111100 | 1010001 | 0 | 111000 | 101000 | 101111 | 101010111 | 100110 | 100110 |
Color Harmonies of #873C51
Complementary color
Monochromatic Colors of #873C51
Black with #873C51
Text Example
Text Example
White with #873C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C51; }
p { color: rgb(135,60,81); }
H1.HeaderClassName
{
color: #873C51;
}
.AnyTagClassName
{
color: #873C51;
}
</style>
background-color css
<style>
a { background-color: #873C51; }
a { background-color: rgb(135,60,81); }
div.DivClassName
{
background-color: #873C51;
}
.BgClassName
{
background-color: #873C51;
}
</style>
border-color css
<style>
span { border-color: #873C51; }
span { border-color: rgb(135,60,81); }
td.TdClassName
{
border-color: #873C51;
}
.TagClassName
{
border-color: #873C51;
}
</style>