Shades of Camelot #87344A
Tints of Camelot #87344A
RGB
CMYK
RGB Variations
Color information
#87344A (or 0x87344A) is known color: Camelot. HEX triplet: 87, 34 and 4A. RGB value is (135,52,74). Sum of RGB (Red+Green+Blue) = 135+52+74=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #87344A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87344A is #78CBB5. Grayscale: #4F4F4F. Windows color (decimal): -7916470 or 4863111. OLE color: 4863111.
HSL color Cylindrical-coordinate representation of color #87344A: hue angle of 344.1º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #87344A is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 52 | 74 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.47 |
| HSL | 344.1º | 0.44% | 0.37% | - |
| HSV(B) | 344.1º | 0.61% | 0.53% | - |
| XYZ | 12.46 | 8.1 | 7.39 | - |
| YUV | 79.33 | 125 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 52 | 74 | 0 | 0.61 | 0.45 | 0.47 | 344.1 | 0.44 | 0.37 |
| Hex | 87 | 34 | 4A | 0 | 3D | 2D | 2F | 158 | 2C | 25 |
| Octal | 207 | 64 | 112 | 0 | 75 | 55 | 57 | 530 | 54 | 45 |
| Binary | 10000111 | 110100 | 1001010 | 0 | 111101 | 101101 | 101111 | 101011000 | 101100 | 100101 |
Color Harmonies of #87344A
Complementary color
Monochromatic Colors of #87344A
Black with #87344A
Text Example
Text Example
White with #87344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87344A; }
p { color: rgb(135,52,74); }
H1.HeaderClassName
{
color: #87344A;
}
.AnyTagClassName
{
color: #87344A;
}
</style>
background-color css
<style>
a { background-color: #87344A; }
a { background-color: rgb(135,52,74); }
div.DivClassName
{
background-color: #87344A;
}
.BgClassName
{
background-color: #87344A;
}
</style>
border-color css
<style>
span { border-color: #87344A; }
span { border-color: rgb(135,52,74); }
td.TdClassName
{
border-color: #87344A;
}
.TagClassName
{
border-color: #87344A;
}
</style>