Shades of Camelot #8E364B
Tints of Camelot #8E364B
RGB
CMYK
RGB Variations
Color information
#8E364B (or 0x8E364B) is known color: Camelot. HEX triplet: 8E, 36 and 4B. RGB value is (142,54,75). Sum of RGB (Red+Green+Blue) = 142+54+75=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E364B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E364B is #71C9B4. Grayscale: #525252. Windows color (decimal): -7457205 or 4929166. OLE color: 4929166.
HSL color Cylindrical-coordinate representation of color #8E364B: hue angle of 345.68º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E364B is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 54 | 75 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.44 |
| HSL | 345.68º | 0.45% | 0.38% | - |
| HSV(B) | 345.68º | 0.62% | 0.56% | - |
| XYZ | 13.74 | 8.9 | 7.65 | - |
| YUV | 82.71 | 123.65 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 54 | 75 | 0 | 0.62 | 0.47 | 0.44 | 345.68 | 0.45 | 0.38 |
| Hex | 8E | 36 | 4B | 0 | 3E | 2F | 2C | 15A | 2D | 26 |
| Octal | 216 | 66 | 113 | 0 | 76 | 57 | 54 | 532 | 55 | 46 |
| Binary | 10001110 | 110110 | 1001011 | 0 | 111110 | 101111 | 101100 | 101011010 | 101101 | 100110 |
Color Harmonies of #8E364B
Complementary color
Monochromatic Colors of #8E364B
Black with #8E364B
Text Example
Text Example
White with #8E364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E364B; }
p { color: rgb(142,54,75); }
H1.HeaderClassName
{
color: #8E364B;
}
.AnyTagClassName
{
color: #8E364B;
}
</style>
background-color css
<style>
a { background-color: #8E364B; }
a { background-color: rgb(142,54,75); }
div.DivClassName
{
background-color: #8E364B;
}
.BgClassName
{
background-color: #8E364B;
}
</style>
border-color css
<style>
span { border-color: #8E364B; }
span { border-color: rgb(142,54,75); }
td.TdClassName
{
border-color: #8E364B;
}
.TagClassName
{
border-color: #8E364B;
}
</style>