Shades of Camelot #8E3A49
Tints of Camelot #8E3A49
RGB
CMYK
RGB Variations
Color information
#8E3A49 (or 0x8E3A49) is known color: Camelot. HEX triplet: 8E, 3A and 49. RGB value is (142,58,73). Sum of RGB (Red+Green+Blue) = 142+58+73=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3A49 is #71C5B6. Grayscale: #545454. Windows color (decimal): -7456183 or 4799118. OLE color: 4799118.
HSL color Cylindrical-coordinate representation of color #8E3A49: hue angle of 349.29º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8E3A49 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 58 | 73 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.44 |
| HSL | 349.29º | 0.42% | 0.39% | - |
| HSV(B) | 349.29º | 0.59% | 0.56% | - |
| XYZ | 13.87 | 9.26 | 7.36 | - |
| YUV | 84.83 | 121.33 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 58 | 73 | 0 | 0.59 | 0.49 | 0.44 | 349.29 | 0.42 | 0.39 |
| Hex | 8E | 3A | 49 | 0 | 3B | 31 | 2C | 15D | 2A | 27 |
| Octal | 216 | 72 | 111 | 0 | 73 | 61 | 54 | 535 | 52 | 47 |
| Binary | 10001110 | 111010 | 1001001 | 0 | 111011 | 110001 | 101100 | 101011101 | 101010 | 100111 |
Color Harmonies of #8E3A49
Complementary color
Monochromatic Colors of #8E3A49
Black with #8E3A49
Text Example
Text Example
White with #8E3A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3A49; }
p { color: rgb(142,58,73); }
H1.HeaderClassName
{
color: #8E3A49;
}
.AnyTagClassName
{
color: #8E3A49;
}
</style>
background-color css
<style>
a { background-color: #8E3A49; }
a { background-color: rgb(142,58,73); }
div.DivClassName
{
background-color: #8E3A49;
}
.BgClassName
{
background-color: #8E3A49;
}
</style>
border-color css
<style>
span { border-color: #8E3A49; }
span { border-color: rgb(142,58,73); }
td.TdClassName
{
border-color: #8E3A49;
}
.TagClassName
{
border-color: #8E3A49;
}
</style>