Shades of Camelot #8E3D4E
Tints of Camelot #8E3D4E
RGB
CMYK
RGB Variations
Color information
#8E3D4E (or 0x8E3D4E) is known color: Camelot. HEX triplet: 8E, 3D and 4E. RGB value is (142,61,78). Sum of RGB (Red+Green+Blue) = 142+61+78=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3D4E is #71C2B1. Grayscale: #575757. Windows color (decimal): -7455410 or 5127566. OLE color: 5127566.
HSL color Cylindrical-coordinate representation of color #8E3D4E: hue angle of 347.41º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E3D4E is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 61 | 78 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.44 |
| HSL | 347.41º | 0.4% | 0.4% | - |
| HSV(B) | 347.41º | 0.57% | 0.56% | - |
| XYZ | 14.2 | 9.64 | 8.32 | - |
| YUV | 87.16 | 122.84 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 61 | 78 | 0 | 0.57 | 0.45 | 0.44 | 347.41 | 0.4 | 0.4 |
| Hex | 8E | 3D | 4E | 0 | 39 | 2D | 2C | 15B | 28 | 28 |
| Octal | 216 | 75 | 116 | 0 | 71 | 55 | 54 | 533 | 50 | 50 |
| Binary | 10001110 | 111101 | 1001110 | 0 | 111001 | 101101 | 101100 | 101011011 | 101000 | 101000 |
Color Harmonies of #8E3D4E
Complementary color
Monochromatic Colors of #8E3D4E
Black with #8E3D4E
Text Example
Text Example
White with #8E3D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3D4E; }
p { color: rgb(142,61,78); }
H1.HeaderClassName
{
color: #8E3D4E;
}
.AnyTagClassName
{
color: #8E3D4E;
}
</style>
background-color css
<style>
a { background-color: #8E3D4E; }
a { background-color: rgb(142,61,78); }
div.DivClassName
{
background-color: #8E3D4E;
}
.BgClassName
{
background-color: #8E3D4E;
}
</style>
border-color css
<style>
span { border-color: #8E3D4E; }
span { border-color: rgb(142,61,78); }
td.TdClassName
{
border-color: #8E3D4E;
}
.TagClassName
{
border-color: #8E3D4E;
}
</style>