Shades of Camelot #874255
Tints of Camelot #874255
RGB
CMYK
RGB Variations
Color information
#874255 (or 0x874255) is known color: Camelot. HEX triplet: 87, 42 and 55. RGB value is (135,66,85). Sum of RGB (Red+Green+Blue) = 135+66+85=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 135 - color contains mainly: red. Hex color #874255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874255 is #78BDAA. Grayscale: #585858. Windows color (decimal): -7912875 or 5587591. OLE color: 5587591.
HSL color Cylindrical-coordinate representation of color #874255: hue angle of 343.48º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #874255 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 66 | 85 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.47 |
| HSL | 343.48º | 0.34% | 0.39% | - |
| HSV(B) | 343.48º | 0.51% | 0.53% | - |
| XYZ | 13.58 | 9.7 | 9.75 | - |
| YUV | 88.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 85 | 0 | 0.51 | 0.37 | 0.47 | 343.48 | 0.34 | 0.39 |
| Hex | 87 | 42 | 55 | 0 | 33 | 25 | 2F | 157 | 22 | 27 |
| Octal | 207 | 102 | 125 | 0 | 63 | 45 | 57 | 527 | 42 | 47 |
| Binary | 10000111 | 1000010 | 1010101 | 0 | 110011 | 100101 | 101111 | 101010111 | 100010 | 100111 |
Color Harmonies of #874255
Complementary color
Monochromatic Colors of #874255
Black with #874255
Text Example
Text Example
White with #874255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874255; }
p { color: rgb(135,66,85); }
H1.HeaderClassName
{
color: #874255;
}
.AnyTagClassName
{
color: #874255;
}
</style>
background-color css
<style>
a { background-color: #874255; }
a { background-color: rgb(135,66,85); }
div.DivClassName
{
background-color: #874255;
}
.BgClassName
{
background-color: #874255;
}
</style>
border-color css
<style>
span { border-color: #874255; }
span { border-color: rgb(135,66,85); }
td.TdClassName
{
border-color: #874255;
}
.TagClassName
{
border-color: #874255;
}
</style>