Shades of Camelot #8E394A
Tints of Camelot #8E394A
RGB
CMYK
RGB Variations
Color information
#8E394A (or 0x8E394A) is known color: Camelot. HEX triplet: 8E, 39 and 4A. RGB value is (142,57,74). Sum of RGB (Red+Green+Blue) = 142+57+74=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E394A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E394A is #71C6B5. Grayscale: #545454. Windows color (decimal): -7456438 or 4864398. OLE color: 4864398.
HSL color Cylindrical-coordinate representation of color #8E394A: hue angle of 348º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E394A is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 57 | 74 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.44 |
| HSL | 348º | 0.43% | 0.39% | - |
| HSV(B) | 348º | 0.6% | 0.56% | - |
| XYZ | 13.85 | 9.17 | 7.52 | - |
| YUV | 84.35 | 122.16 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 57 | 74 | 0 | 0.60 | 0.48 | 0.44 | 348 | 0.43 | 0.39 |
| Hex | 8E | 39 | 4A | 0 | 3C | 30 | 2C | 15C | 2B | 27 |
| Octal | 216 | 71 | 112 | 0 | 74 | 60 | 54 | 534 | 53 | 47 |
| Binary | 10001110 | 111001 | 1001010 | 0 | 111100 | 110000 | 101100 | 101011100 | 101011 | 100111 |
Color Harmonies of #8E394A
Complementary color
Monochromatic Colors of #8E394A
Black with #8E394A
Text Example
Text Example
White with #8E394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E394A; }
p { color: rgb(142,57,74); }
H1.HeaderClassName
{
color: #8E394A;
}
.AnyTagClassName
{
color: #8E394A;
}
</style>
background-color css
<style>
a { background-color: #8E394A; }
a { background-color: rgb(142,57,74); }
div.DivClassName
{
background-color: #8E394A;
}
.BgClassName
{
background-color: #8E394A;
}
</style>
border-color css
<style>
span { border-color: #8E394A; }
span { border-color: rgb(142,57,74); }
td.TdClassName
{
border-color: #8E394A;
}
.TagClassName
{
border-color: #8E394A;
}
</style>