Shades of Camelot #874253
Tints of Camelot #874253
RGB
CMYK
RGB Variations
Color information
#874253 (or 0x874253) is known color: Camelot. HEX triplet: 87, 42 and 53. RGB value is (135,66,83). Sum of RGB (Red+Green+Blue) = 135+66+83=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #874253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874253 is #78BDAC. Grayscale: #585858. Windows color (decimal): -7912877 or 5456519. OLE color: 5456519.
HSL color Cylindrical-coordinate representation of color #874253: hue angle of 345.22º 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 #874253 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 66 | 83 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.47 |
| HSL | 345.22º | 0.34% | 0.39% | - |
| HSV(B) | 345.22º | 0.51% | 0.53% | - |
| XYZ | 13.5 | 9.67 | 9.34 | - |
| YUV | 88.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 83 | 0 | 0.51 | 0.39 | 0.47 | 345.22 | 0.34 | 0.39 |
| Hex | 87 | 42 | 53 | 0 | 33 | 27 | 2F | 159 | 22 | 27 |
| Octal | 207 | 102 | 123 | 0 | 63 | 47 | 57 | 531 | 42 | 47 |
| Binary | 10000111 | 1000010 | 1010011 | 0 | 110011 | 100111 | 101111 | 101011001 | 100010 | 100111 |
Color Harmonies of #874253
Complementary color
Monochromatic Colors of #874253
Black with #874253
Text Example
Text Example
White with #874253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874253; }
p { color: rgb(135,66,83); }
H1.HeaderClassName
{
color: #874253;
}
.AnyTagClassName
{
color: #874253;
}
</style>
background-color css
<style>
a { background-color: #874253; }
a { background-color: rgb(135,66,83); }
div.DivClassName
{
background-color: #874253;
}
.BgClassName
{
background-color: #874253;
}
</style>
border-color css
<style>
span { border-color: #874253; }
span { border-color: rgb(135,66,83); }
td.TdClassName
{
border-color: #874253;
}
.TagClassName
{
border-color: #874253;
}
</style>