Shades of Camelot #8F404E
Tints of Camelot #8F404E
RGB
CMYK
RGB Variations
Color information
#8F404E (or 0x8F404E) is known color: Camelot. HEX triplet: 8F, 40 and 4E. RGB value is (143,64,78). Sum of RGB (Red+Green+Blue) = 143+64+78=285 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.18% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 143 - color contains mainly: red. Hex color #8F404E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F404E is #70BFB1. Grayscale: #595959. Windows color (decimal): -7389106 or 5128335. OLE color: 5128335.
HSL color Cylindrical-coordinate representation of color #8F404E: hue angle of 349.37º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F404E is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 64 | 78 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.44 |
| HSL | 349.37º | 0.38% | 0.41% | - |
| HSV(B) | 349.37º | 0.55% | 0.56% | - |
| XYZ | 14.54 | 10.06 | 8.38 | - |
| YUV | 89.22 | 121.67 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 64 | 78 | 0 | 0.55 | 0.45 | 0.44 | 349.37 | 0.38 | 0.41 |
| Hex | 8F | 40 | 4E | 0 | 37 | 2D | 2C | 15D | 26 | 29 |
| Octal | 217 | 100 | 116 | 0 | 67 | 55 | 54 | 535 | 46 | 51 |
| Binary | 10001111 | 1000000 | 1001110 | 0 | 110111 | 101101 | 101100 | 101011101 | 100110 | 101001 |
Color Harmonies of #8F404E
Complementary color
Monochromatic Colors of #8F404E
Black with #8F404E
Text Example
Text Example
White with #8F404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F404E; }
p { color: rgb(143,64,78); }
H1.HeaderClassName
{
color: #8F404E;
}
.AnyTagClassName
{
color: #8F404E;
}
</style>
background-color css
<style>
a { background-color: #8F404E; }
a { background-color: rgb(143,64,78); }
div.DivClassName
{
background-color: #8F404E;
}
.BgClassName
{
background-color: #8F404E;
}
</style>
border-color css
<style>
span { border-color: #8F404E; }
span { border-color: rgb(143,64,78); }
td.TdClassName
{
border-color: #8F404E;
}
.TagClassName
{
border-color: #8F404E;
}
</style>