Shades of Camelot #8D3F4C
Tints of Camelot #8D3F4C
RGB
CMYK
RGB Variations
Color information
#8D3F4C (or 0x8D3F4C) is known color: Camelot. HEX triplet: 8D, 3F and 4C. RGB value is (141,63,76). Sum of RGB (Red+Green+Blue) = 141+63+76=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3F4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3F4C is #72C0B3. Grayscale: #575757. Windows color (decimal): -7520436 or 4997005. OLE color: 4997005.
HSL color Cylindrical-coordinate representation of color #8D3F4C: hue angle of 350º 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 #8D3F4C is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 63 | 76 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.45 |
| HSL | 350º | 0.38% | 0.4% | - |
| HSV(B) | 350º | 0.55% | 0.55% | - |
| XYZ | 14.07 | 9.74 | 7.98 | - |
| YUV | 87.8 | 121.34 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 63 | 76 | 0 | 0.55 | 0.46 | 0.45 | 350 | 0.38 | 0.4 |
| Hex | 8D | 3F | 4C | 0 | 37 | 2E | 2D | 15E | 26 | 28 |
| Octal | 215 | 77 | 114 | 0 | 67 | 56 | 55 | 536 | 46 | 50 |
| Binary | 10001101 | 111111 | 1001100 | 0 | 110111 | 101110 | 101101 | 101011110 | 100110 | 101000 |
Color Harmonies of #8D3F4C
Complementary color
Monochromatic Colors of #8D3F4C
Black with #8D3F4C
Text Example
Text Example
White with #8D3F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3F4C; }
p { color: rgb(141,63,76); }
H1.HeaderClassName
{
color: #8D3F4C;
}
.AnyTagClassName
{
color: #8D3F4C;
}
</style>
background-color css
<style>
a { background-color: #8D3F4C; }
a { background-color: rgb(141,63,76); }
div.DivClassName
{
background-color: #8D3F4C;
}
.BgClassName
{
background-color: #8D3F4C;
}
</style>
border-color css
<style>
span { border-color: #8D3F4C; }
span { border-color: rgb(141,63,76); }
td.TdClassName
{
border-color: #8D3F4C;
}
.TagClassName
{
border-color: #8D3F4C;
}
</style>