Shades of Camelot #8D3A49
Tints of Camelot #8D3A49
RGB
CMYK
RGB Variations
Color information
#8D3A49 (or 0x8D3A49) is known color: Camelot. HEX triplet: 8D, 3A and 49. RGB value is (141,58,73). Sum of RGB (Red+Green+Blue) = 141+58+73=272 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.84% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3A49 is #72C5B6. Grayscale: #545454. Windows color (decimal): -7521719 or 4799117. OLE color: 4799117.
HSL color Cylindrical-coordinate representation of color #8D3A49: hue angle of 349.16º 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 #8D3A49 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 58 | 73 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.45 |
| HSL | 349.16º | 0.42% | 0.39% | - |
| HSV(B) | 349.16º | 0.59% | 0.55% | - |
| XYZ | 13.7 | 9.17 | 7.35 | - |
| YUV | 84.53 | 121.5 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 58 | 73 | 0 | 0.59 | 0.48 | 0.45 | 349.16 | 0.42 | 0.39 |
| Hex | 8D | 3A | 49 | 0 | 3B | 30 | 2D | 15D | 2A | 27 |
| Octal | 215 | 72 | 111 | 0 | 73 | 60 | 55 | 535 | 52 | 47 |
| Binary | 10001101 | 111010 | 1001001 | 0 | 111011 | 110000 | 101101 | 101011101 | 101010 | 100111 |
Color Harmonies of #8D3A49
Complementary color
Monochromatic Colors of #8D3A49
Black with #8D3A49
Text Example
Text Example
White with #8D3A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3A49; }
p { color: rgb(141,58,73); }
H1.HeaderClassName
{
color: #8D3A49;
}
.AnyTagClassName
{
color: #8D3A49;
}
</style>
background-color css
<style>
a { background-color: #8D3A49; }
a { background-color: rgb(141,58,73); }
div.DivClassName
{
background-color: #8D3A49;
}
.BgClassName
{
background-color: #8D3A49;
}
</style>
border-color css
<style>
span { border-color: #8D3A49; }
span { border-color: rgb(141,58,73); }
td.TdClassName
{
border-color: #8D3A49;
}
.TagClassName
{
border-color: #8D3A49;
}
</style>