Shades of Camelot #8F3E4E
Tints of Camelot #8F3E4E
RGB
CMYK
RGB Variations
Color information
#8F3E4E (or 0x8F3E4E) is known color: Camelot. HEX triplet: 8F, 3E and 4E. RGB value is (143,62,78). Sum of RGB (Red+Green+Blue) = 143+62+78=283 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.53% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3E4E is #70C1B1. Grayscale: #585858. Windows color (decimal): -7389618 or 5127823. OLE color: 5127823.
HSL color Cylindrical-coordinate representation of color #8F3E4E: hue angle of 348.15º 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 #8F3E4E is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 62 | 78 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.44 |
| HSL | 348.15º | 0.4% | 0.4% | - |
| HSV(B) | 348.15º | 0.57% | 0.56% | - |
| XYZ | 14.43 | 9.83 | 8.35 | - |
| YUV | 88.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 62 | 78 | 0 | 0.57 | 0.45 | 0.44 | 348.15 | 0.4 | 0.4 |
| Hex | 8F | 3E | 4E | 0 | 39 | 2D | 2C | 15C | 28 | 28 |
| Octal | 217 | 76 | 116 | 0 | 71 | 55 | 54 | 534 | 50 | 50 |
| Binary | 10001111 | 111110 | 1001110 | 0 | 111001 | 101101 | 101100 | 101011100 | 101000 | 101000 |
Color Harmonies of #8F3E4E
Complementary color
Monochromatic Colors of #8F3E4E
Black with #8F3E4E
Text Example
Text Example
White with #8F3E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3E4E; }
p { color: rgb(143,62,78); }
H1.HeaderClassName
{
color: #8F3E4E;
}
.AnyTagClassName
{
color: #8F3E4E;
}
</style>
background-color css
<style>
a { background-color: #8F3E4E; }
a { background-color: rgb(143,62,78); }
div.DivClassName
{
background-color: #8F3E4E;
}
.BgClassName
{
background-color: #8F3E4E;
}
</style>
border-color css
<style>
span { border-color: #8F3E4E; }
span { border-color: rgb(143,62,78); }
td.TdClassName
{
border-color: #8F3E4E;
}
.TagClassName
{
border-color: #8F3E4E;
}
</style>