Shades of Camelot #8E3E4D
Tints of Camelot #8E3E4D
RGB
CMYK
RGB Variations
Color information
#8E3E4D (or 0x8E3E4D) is known color: Camelot. HEX triplet: 8E, 3E and 4D. RGB value is (142,62,77). Sum of RGB (Red+Green+Blue) = 142+62+77=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3E4D is #71C1B2. Grayscale: #575757. Windows color (decimal): -7455155 or 5062286. OLE color: 5062286.
HSL color Cylindrical-coordinate representation of color #8E3E4D: hue angle of 348.75º 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 #8E3E4D is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 62 | 77 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.44 |
| HSL | 348.75º | 0.39% | 0.4% | - |
| HSV(B) | 348.75º | 0.56% | 0.56% | - |
| XYZ | 14.22 | 9.73 | 8.15 | - |
| YUV | 87.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 62 | 77 | 0 | 0.56 | 0.46 | 0.44 | 348.75 | 0.39 | 0.4 |
| Hex | 8E | 3E | 4D | 0 | 38 | 2E | 2C | 15D | 27 | 28 |
| Octal | 216 | 76 | 115 | 0 | 70 | 56 | 54 | 535 | 47 | 50 |
| Binary | 10001110 | 111110 | 1001101 | 0 | 111000 | 101110 | 101100 | 101011101 | 100111 | 101000 |
Color Harmonies of #8E3E4D
Complementary color
Monochromatic Colors of #8E3E4D
Black with #8E3E4D
Text Example
Text Example
White with #8E3E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3E4D; }
p { color: rgb(142,62,77); }
H1.HeaderClassName
{
color: #8E3E4D;
}
.AnyTagClassName
{
color: #8E3E4D;
}
</style>
background-color css
<style>
a { background-color: #8E3E4D; }
a { background-color: rgb(142,62,77); }
div.DivClassName
{
background-color: #8E3E4D;
}
.BgClassName
{
background-color: #8E3E4D;
}
</style>
border-color css
<style>
span { border-color: #8E3E4D; }
span { border-color: rgb(142,62,77); }
td.TdClassName
{
border-color: #8E3E4D;
}
.TagClassName
{
border-color: #8E3E4D;
}
</style>