Shades of Camelot #8D3F4E
Tints of Camelot #8D3F4E
RGB
CMYK
RGB Variations
Color information
#8D3F4E (or 0x8D3F4E) is known color: Camelot. HEX triplet: 8D, 3F and 4E. RGB value is (141,63,78). Sum of RGB (Red+Green+Blue) = 141+63+78=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3F4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3F4E is #72C0B1. Grayscale: #585858. Windows color (decimal): -7520434 or 5128077. OLE color: 5128077.
HSL color Cylindrical-coordinate representation of color #8D3F4E: hue angle of 348.46º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D3F4E is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 63 | 78 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.45 |
| HSL | 348.46º | 0.38% | 0.4% | - |
| HSV(B) | 348.46º | 0.55% | 0.55% | - |
| XYZ | 14.14 | 9.77 | 8.35 | - |
| YUV | 88.03 | 122.34 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 63 | 78 | 0 | 0.55 | 0.45 | 0.45 | 348.46 | 0.38 | 0.4 |
| Hex | 8D | 3F | 4E | 0 | 37 | 2D | 2D | 15C | 26 | 28 |
| Octal | 215 | 77 | 116 | 0 | 67 | 55 | 55 | 534 | 46 | 50 |
| Binary | 10001101 | 111111 | 1001110 | 0 | 110111 | 101101 | 101101 | 101011100 | 100110 | 101000 |
Color Harmonies of #8D3F4E
Complementary color
Monochromatic Colors of #8D3F4E
Black with #8D3F4E
Text Example
Text Example
White with #8D3F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3F4E; }
p { color: rgb(141,63,78); }
H1.HeaderClassName
{
color: #8D3F4E;
}
.AnyTagClassName
{
color: #8D3F4E;
}
</style>
background-color css
<style>
a { background-color: #8D3F4E; }
a { background-color: rgb(141,63,78); }
div.DivClassName
{
background-color: #8D3F4E;
}
.BgClassName
{
background-color: #8D3F4E;
}
</style>
border-color css
<style>
span { border-color: #8D3F4E; }
span { border-color: rgb(141,63,78); }
td.TdClassName
{
border-color: #8D3F4E;
}
.TagClassName
{
border-color: #8D3F4E;
}
</style>