Shades of Camelot #873D51
Tints of Camelot #873D51
RGB
CMYK
RGB Variations
Color information
#873D51 (or 0x873D51) is known color: Camelot. HEX triplet: 87, 3D and 51. RGB value is (135,61,81). Sum of RGB (Red+Green+Blue) = 135+61+81=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #873D51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873D51 is #78C2AE. Grayscale: #555555. Windows color (decimal): -7914159 or 5324167. OLE color: 5324167.
HSL color Cylindrical-coordinate representation of color #873D51: hue angle of 343.78º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #873D51 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 61 | 81 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.47 |
| HSL | 343.78º | 0.38% | 0.38% | - |
| HSV(B) | 343.78º | 0.55% | 0.53% | - |
| XYZ | 13.15 | 9.08 | 8.84 | - |
| YUV | 85.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 81 | 0 | 0.55 | 0.40 | 0.47 | 343.78 | 0.38 | 0.38 |
| Hex | 87 | 3D | 51 | 0 | 37 | 28 | 2F | 158 | 26 | 26 |
| Octal | 207 | 75 | 121 | 0 | 67 | 50 | 57 | 530 | 46 | 46 |
| Binary | 10000111 | 111101 | 1010001 | 0 | 110111 | 101000 | 101111 | 101011000 | 100110 | 100110 |
Color Harmonies of #873D51
Complementary color
Monochromatic Colors of #873D51
Black with #873D51
Text Example
Text Example
White with #873D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873D51; }
p { color: rgb(135,61,81); }
H1.HeaderClassName
{
color: #873D51;
}
.AnyTagClassName
{
color: #873D51;
}
</style>
background-color css
<style>
a { background-color: #873D51; }
a { background-color: rgb(135,61,81); }
div.DivClassName
{
background-color: #873D51;
}
.BgClassName
{
background-color: #873D51;
}
</style>
border-color css
<style>
span { border-color: #873D51; }
span { border-color: rgb(135,61,81); }
td.TdClassName
{
border-color: #873D51;
}
.TagClassName
{
border-color: #873D51;
}
</style>