Shades of Camelot #8F3D4E
Tints of Camelot #8F3D4E
RGB
CMYK
RGB Variations
Color information
#8F3D4E (or 0x8F3D4E) is known color: Camelot. HEX triplet: 8F, 3D and 4E. RGB value is (143,61,78). Sum of RGB (Red+Green+Blue) = 143+61+78=282 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.71% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3D4E is #70C2B1. Grayscale: #575757. Windows color (decimal): -7389874 or 5127567. OLE color: 5127567.
HSL color Cylindrical-coordinate representation of color #8F3D4E: hue angle of 347.56º 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 #8F3D4E is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 61 | 78 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.44 |
| HSL | 347.56º | 0.4% | 0.4% | - |
| HSV(B) | 347.56º | 0.57% | 0.56% | - |
| XYZ | 14.37 | 9.73 | 8.33 | - |
| YUV | 87.46 | 122.67 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 61 | 78 | 0 | 0.57 | 0.45 | 0.44 | 347.56 | 0.4 | 0.4 |
| Hex | 8F | 3D | 4E | 0 | 39 | 2D | 2C | 15C | 28 | 28 |
| Octal | 217 | 75 | 116 | 0 | 71 | 55 | 54 | 534 | 50 | 50 |
| Binary | 10001111 | 111101 | 1001110 | 0 | 111001 | 101101 | 101100 | 101011100 | 101000 | 101000 |
Color Harmonies of #8F3D4E
Complementary color
Monochromatic Colors of #8F3D4E
Black with #8F3D4E
Text Example
Text Example
White with #8F3D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3D4E; }
p { color: rgb(143,61,78); }
H1.HeaderClassName
{
color: #8F3D4E;
}
.AnyTagClassName
{
color: #8F3D4E;
}
</style>
background-color css
<style>
a { background-color: #8F3D4E; }
a { background-color: rgb(143,61,78); }
div.DivClassName
{
background-color: #8F3D4E;
}
.BgClassName
{
background-color: #8F3D4E;
}
</style>
border-color css
<style>
span { border-color: #8F3D4E; }
span { border-color: rgb(143,61,78); }
td.TdClassName
{
border-color: #8F3D4E;
}
.TagClassName
{
border-color: #8F3D4E;
}
</style>