Shades of Camelot #8D3544
Tints of Camelot #8D3544
RGB
CMYK
RGB Variations
Color information
#8D3544 (or 0x8D3544) is known color: Camelot. HEX triplet: 8D, 35 and 44. RGB value is (141,53,68). Sum of RGB (Red+Green+Blue) = 141+53+68=262 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.82% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3544 is #72CABB. Grayscale: #515151. Windows color (decimal): -7523004 or 4470157. OLE color: 4470157.
HSL color Cylindrical-coordinate representation of color #8D3544: hue angle of 349.77º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D3544 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 53 | 68 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.45 |
| HSL | 349.77º | 0.45% | 0.38% | - |
| HSV(B) | 349.77º | 0.62% | 0.55% | - |
| XYZ | 13.3 | 8.63 | 6.43 | - |
| YUV | 81.02 | 120.65 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 53 | 68 | 0 | 0.62 | 0.52 | 0.45 | 349.77 | 0.45 | 0.38 |
| Hex | 8D | 35 | 44 | 0 | 3E | 34 | 2D | 15E | 2D | 26 |
| Octal | 215 | 65 | 104 | 0 | 76 | 64 | 55 | 536 | 55 | 46 |
| Binary | 10001101 | 110101 | 1000100 | 0 | 111110 | 110100 | 101101 | 101011110 | 101101 | 100110 |
Color Harmonies of #8D3544
Complementary color
Monochromatic Colors of #8D3544
Black with #8D3544
Text Example
Text Example
White with #8D3544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3544; }
p { color: rgb(141,53,68); }
H1.HeaderClassName
{
color: #8D3544;
}
.AnyTagClassName
{
color: #8D3544;
}
</style>
background-color css
<style>
a { background-color: #8D3544; }
a { background-color: rgb(141,53,68); }
div.DivClassName
{
background-color: #8D3544;
}
.BgClassName
{
background-color: #8D3544;
}
</style>
border-color css
<style>
span { border-color: #8D3544; }
span { border-color: rgb(141,53,68); }
td.TdClassName
{
border-color: #8D3544;
}
.TagClassName
{
border-color: #8D3544;
}
</style>