Shades of Camelot #8C374E
Tints of Camelot #8C374E
RGB
CMYK
RGB Variations
Color information
#8C374E (or 0x8C374E) is known color: Camelot. HEX triplet: 8C, 37 and 4E. RGB value is (140,55,78). Sum of RGB (Red+Green+Blue) = 140+55+78=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C374E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C374E is #73C8B1. Grayscale: #535353. Windows color (decimal): -7588018 or 5126028. OLE color: 5126028.
HSL color Cylindrical-coordinate representation of color #8C374E: hue angle of 343.76º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C374E is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 78 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.45 |
| HSL | 343.76º | 0.44% | 0.38% | - |
| HSV(B) | 343.76º | 0.61% | 0.55% | - |
| XYZ | 13.56 | 8.86 | 8.2 | - |
| YUV | 83.04 | 125.16 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 78 | 0 | 0.61 | 0.44 | 0.45 | 343.76 | 0.44 | 0.38 |
| Hex | 8C | 37 | 4E | 0 | 3D | 2C | 2D | 158 | 2C | 26 |
| Octal | 214 | 67 | 116 | 0 | 75 | 54 | 55 | 530 | 54 | 46 |
| Binary | 10001100 | 110111 | 1001110 | 0 | 111101 | 101100 | 101101 | 101011000 | 101100 | 100110 |
Color Harmonies of #8C374E
Complementary color
Monochromatic Colors of #8C374E
Black with #8C374E
Text Example
Text Example
White with #8C374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C374E; }
p { color: rgb(140,55,78); }
H1.HeaderClassName
{
color: #8C374E;
}
.AnyTagClassName
{
color: #8C374E;
}
</style>
background-color css
<style>
a { background-color: #8C374E; }
a { background-color: rgb(140,55,78); }
div.DivClassName
{
background-color: #8C374E;
}
.BgClassName
{
background-color: #8C374E;
}
</style>
border-color css
<style>
span { border-color: #8C374E; }
span { border-color: rgb(140,55,78); }
td.TdClassName
{
border-color: #8C374E;
}
.TagClassName
{
border-color: #8C374E;
}
</style>