Shades of Camelot #8D3E4F
Tints of Camelot #8D3E4F
RGB
CMYK
RGB Variations
Color information
#8D3E4F (or 0x8D3E4F) is known color: Camelot. HEX triplet: 8D, 3E and 4F. RGB value is (141,62,79). Sum of RGB (Red+Green+Blue) = 141+62+79=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3E4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3E4F is #72C1B0. Grayscale: #575757. Windows color (decimal): -7520689 or 5193357. OLE color: 5193357.
HSL color Cylindrical-coordinate representation of color #8D3E4F: hue angle of 347.09º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D3E4F is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 62 | 79 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.45 |
| HSL | 347.09º | 0.39% | 0.4% | - |
| HSV(B) | 347.09º | 0.56% | 0.55% | - |
| XYZ | 14.12 | 9.67 | 8.52 | - |
| YUV | 87.56 | 123.17 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 62 | 79 | 0 | 0.56 | 0.44 | 0.45 | 347.09 | 0.39 | 0.4 |
| Hex | 8D | 3E | 4F | 0 | 38 | 2C | 2D | 15B | 27 | 28 |
| Octal | 215 | 76 | 117 | 0 | 70 | 54 | 55 | 533 | 47 | 50 |
| Binary | 10001101 | 111110 | 1001111 | 0 | 111000 | 101100 | 101101 | 101011011 | 100111 | 101000 |
Color Harmonies of #8D3E4F
Complementary color
Monochromatic Colors of #8D3E4F
Black with #8D3E4F
Text Example
Text Example
White with #8D3E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3E4F; }
p { color: rgb(141,62,79); }
H1.HeaderClassName
{
color: #8D3E4F;
}
.AnyTagClassName
{
color: #8D3E4F;
}
</style>
background-color css
<style>
a { background-color: #8D3E4F; }
a { background-color: rgb(141,62,79); }
div.DivClassName
{
background-color: #8D3E4F;
}
.BgClassName
{
background-color: #8D3E4F;
}
</style>
border-color css
<style>
span { border-color: #8D3E4F; }
span { border-color: rgb(141,62,79); }
td.TdClassName
{
border-color: #8D3E4F;
}
.TagClassName
{
border-color: #8D3E4F;
}
</style>