Shades of Camelot #874553
Tints of Camelot #874553
RGB
CMYK
RGB Variations
Color information
#874553 (or 0x874553) is known color: Camelot. HEX triplet: 87, 45 and 53. RGB value is (135,69,83). Sum of RGB (Red+Green+Blue) = 135+69+83=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #874553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874553 is #78BAAC. Grayscale: #5A5A5A. Windows color (decimal): -7912109 or 5457287. OLE color: 5457287.
HSL color Cylindrical-coordinate representation of color #874553: hue angle of 347.27º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #874553 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 69 | 83 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.47 |
| HSL | 347.27º | 0.32% | 0.4% | - |
| HSV(B) | 347.27º | 0.49% | 0.53% | - |
| XYZ | 13.68 | 10.03 | 9.4 | - |
| YUV | 90.33 | 123.87 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 69 | 83 | 0 | 0.49 | 0.39 | 0.47 | 347.27 | 0.32 | 0.4 |
| Hex | 87 | 45 | 53 | 0 | 31 | 27 | 2F | 15B | 20 | 28 |
| Octal | 207 | 105 | 123 | 0 | 61 | 47 | 57 | 533 | 40 | 50 |
| Binary | 10000111 | 1000101 | 1010011 | 0 | 110001 | 100111 | 101111 | 101011011 | 100000 | 101000 |
Color Harmonies of #874553
Complementary color
Monochromatic Colors of #874553
Black with #874553
Text Example
Text Example
White with #874553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874553; }
p { color: rgb(135,69,83); }
H1.HeaderClassName
{
color: #874553;
}
.AnyTagClassName
{
color: #874553;
}
</style>
background-color css
<style>
a { background-color: #874553; }
a { background-color: rgb(135,69,83); }
div.DivClassName
{
background-color: #874553;
}
.BgClassName
{
background-color: #874553;
}
</style>
border-color css
<style>
span { border-color: #874553; }
span { border-color: rgb(135,69,83); }
td.TdClassName
{
border-color: #874553;
}
.TagClassName
{
border-color: #874553;
}
</style>