Shades of Camelot #874355
Tints of Camelot #874355
RGB
CMYK
RGB Variations
Color information
#874355 (or 0x874355) is known color: Camelot. HEX triplet: 87, 43 and 55. RGB value is (135,67,85). Sum of RGB (Red+Green+Blue) = 135+67+85=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #874355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874355 is #78BCAA. Grayscale: #595959. Windows color (decimal): -7912619 or 5587847. OLE color: 5587847.
HSL color Cylindrical-coordinate representation of color #874355: hue angle of 344.12º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874355 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 67 | 85 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.47 |
| HSL | 344.12º | 0.34% | 0.4% | - |
| HSV(B) | 344.12º | 0.5% | 0.53% | - |
| XYZ | 13.64 | 9.82 | 9.77 | - |
| YUV | 89.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 67 | 85 | 0 | 0.50 | 0.37 | 0.47 | 344.12 | 0.34 | 0.4 |
| Hex | 87 | 43 | 55 | 0 | 32 | 25 | 2F | 158 | 22 | 28 |
| Octal | 207 | 103 | 125 | 0 | 62 | 45 | 57 | 530 | 42 | 50 |
| Binary | 10000111 | 1000011 | 1010101 | 0 | 110010 | 100101 | 101111 | 101011000 | 100010 | 101000 |
Color Harmonies of #874355
Complementary color
Monochromatic Colors of #874355
Black with #874355
Text Example
Text Example
White with #874355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874355; }
p { color: rgb(135,67,85); }
H1.HeaderClassName
{
color: #874355;
}
.AnyTagClassName
{
color: #874355;
}
</style>
background-color css
<style>
a { background-color: #874355; }
a { background-color: rgb(135,67,85); }
div.DivClassName
{
background-color: #874355;
}
.BgClassName
{
background-color: #874355;
}
</style>
border-color css
<style>
span { border-color: #874355; }
span { border-color: rgb(135,67,85); }
td.TdClassName
{
border-color: #874355;
}
.TagClassName
{
border-color: #874355;
}
</style>