Shades of Camelot #8E3E4C
Tints of Camelot #8E3E4C
RGB
CMYK
RGB Variations
Color information
#8E3E4C (or 0x8E3E4C) is known color: Camelot. HEX triplet: 8E, 3E and 4C. RGB value is (142,62,76). Sum of RGB (Red+Green+Blue) = 142+62+76=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3E4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3E4C is #71C1B3. Grayscale: #575757. Windows color (decimal): -7455156 or 4996750. OLE color: 4996750.
HSL color Cylindrical-coordinate representation of color #8E3E4C: hue angle of 349.5º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E3E4C is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 62 | 76 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.44 |
| HSL | 349.5º | 0.39% | 0.4% | - |
| HSV(B) | 349.5º | 0.56% | 0.56% | - |
| XYZ | 14.18 | 9.72 | 7.97 | - |
| YUV | 87.52 | 121.5 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 62 | 76 | 0 | 0.56 | 0.46 | 0.44 | 349.5 | 0.39 | 0.4 |
| Hex | 8E | 3E | 4C | 0 | 38 | 2E | 2C | 15E | 27 | 28 |
| Octal | 216 | 76 | 114 | 0 | 70 | 56 | 54 | 536 | 47 | 50 |
| Binary | 10001110 | 111110 | 1001100 | 0 | 111000 | 101110 | 101100 | 101011110 | 100111 | 101000 |
Color Harmonies of #8E3E4C
Complementary color
Monochromatic Colors of #8E3E4C
Black with #8E3E4C
Text Example
Text Example
White with #8E3E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3E4C; }
p { color: rgb(142,62,76); }
H1.HeaderClassName
{
color: #8E3E4C;
}
.AnyTagClassName
{
color: #8E3E4C;
}
</style>
background-color css
<style>
a { background-color: #8E3E4C; }
a { background-color: rgb(142,62,76); }
div.DivClassName
{
background-color: #8E3E4C;
}
.BgClassName
{
background-color: #8E3E4C;
}
</style>
border-color css
<style>
span { border-color: #8E3E4C; }
span { border-color: rgb(142,62,76); }
td.TdClassName
{
border-color: #8E3E4C;
}
.TagClassName
{
border-color: #8E3E4C;
}
</style>