Shades of Camelot #8D3A51
Tints of Camelot #8D3A51
RGB
CMYK
RGB Variations
Color information
#8D3A51 (or 0x8D3A51) is known color: Camelot. HEX triplet: 8D, 3A and 51. RGB value is (141,58,81). Sum of RGB (Red+Green+Blue) = 141+58+81=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3A51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3A51 is #72C5AE. Grayscale: #555555. Windows color (decimal): -7521711 or 5323405. OLE color: 5323405.
HSL color Cylindrical-coordinate representation of color #8D3A51: hue angle of 343.37º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8D3A51 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 58 | 81 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.45 |
| HSL | 343.37º | 0.42% | 0.39% | - |
| HSV(B) | 343.37º | 0.59% | 0.55% | - |
| XYZ | 13.98 | 9.28 | 8.84 | - |
| YUV | 85.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 58 | 81 | 0 | 0.59 | 0.43 | 0.45 | 343.37 | 0.42 | 0.39 |
| Hex | 8D | 3A | 51 | 0 | 3B | 2B | 2D | 157 | 2A | 27 |
| Octal | 215 | 72 | 121 | 0 | 73 | 53 | 55 | 527 | 52 | 47 |
| Binary | 10001101 | 111010 | 1010001 | 0 | 111011 | 101011 | 101101 | 101010111 | 101010 | 100111 |
Color Harmonies of #8D3A51
Complementary color
Monochromatic Colors of #8D3A51
Black with #8D3A51
Text Example
Text Example
White with #8D3A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3A51; }
p { color: rgb(141,58,81); }
H1.HeaderClassName
{
color: #8D3A51;
}
.AnyTagClassName
{
color: #8D3A51;
}
</style>
background-color css
<style>
a { background-color: #8D3A51; }
a { background-color: rgb(141,58,81); }
div.DivClassName
{
background-color: #8D3A51;
}
.BgClassName
{
background-color: #8D3A51;
}
</style>
border-color css
<style>
span { border-color: #8D3A51; }
span { border-color: rgb(141,58,81); }
td.TdClassName
{
border-color: #8D3A51;
}
.TagClassName
{
border-color: #8D3A51;
}
</style>