Shades of Camelot #87374A
Tints of Camelot #87374A
RGB
CMYK
RGB Variations
Color information
#87374A (or 0x87374A) is known color: Camelot. HEX triplet: 87, 37 and 4A. RGB value is (135,55,74). Sum of RGB (Red+Green+Blue) = 135+55+74=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #87374A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87374A is #78C8B5. Grayscale: #515151. Windows color (decimal): -7915702 or 4863879. OLE color: 4863879.
HSL color Cylindrical-coordinate representation of color #87374A: hue angle of 345.75º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #87374A is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 55 | 74 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.47 |
| HSL | 345.75º | 0.42% | 0.37% | - |
| HSV(B) | 345.75º | 0.59% | 0.53% | - |
| XYZ | 12.59 | 8.38 | 7.43 | - |
| YUV | 81.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 55 | 74 | 0 | 0.59 | 0.45 | 0.47 | 345.75 | 0.42 | 0.37 |
| Hex | 87 | 37 | 4A | 0 | 3B | 2D | 2F | 15A | 2A | 25 |
| Octal | 207 | 67 | 112 | 0 | 73 | 55 | 57 | 532 | 52 | 45 |
| Binary | 10000111 | 110111 | 1001010 | 0 | 111011 | 101101 | 101111 | 101011010 | 101010 | 100101 |
Color Harmonies of #87374A
Complementary color
Monochromatic Colors of #87374A
Black with #87374A
Text Example
Text Example
White with #87374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87374A; }
p { color: rgb(135,55,74); }
H1.HeaderClassName
{
color: #87374A;
}
.AnyTagClassName
{
color: #87374A;
}
</style>
background-color css
<style>
a { background-color: #87374A; }
a { background-color: rgb(135,55,74); }
div.DivClassName
{
background-color: #87374A;
}
.BgClassName
{
background-color: #87374A;
}
</style>
border-color css
<style>
span { border-color: #87374A; }
span { border-color: rgb(135,55,74); }
td.TdClassName
{
border-color: #87374A;
}
.TagClassName
{
border-color: #87374A;
}
</style>