Shades of Camelot #8D3744
Tints of Camelot #8D3744
RGB
CMYK
RGB Variations
Color information
#8D3744 (or 0x8D3744) is known color: Camelot. HEX triplet: 8D, 37 and 44. RGB value is (141,55,68). Sum of RGB (Red+Green+Blue) = 141+55+68=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3744 is #72C8BB. Grayscale: #525252. Windows color (decimal): -7522492 or 4470669. OLE color: 4470669.
HSL color Cylindrical-coordinate representation of color #8D3744: hue angle of 350.93º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D3744 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 55 | 68 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.45 |
| HSL | 350.93º | 0.44% | 0.38% | - |
| HSV(B) | 350.93º | 0.61% | 0.55% | - |
| XYZ | 13.39 | 8.81 | 6.46 | - |
| YUV | 82.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 68 | 0 | 0.61 | 0.52 | 0.45 | 350.93 | 0.44 | 0.38 |
| Hex | 8D | 37 | 44 | 0 | 3D | 34 | 2D | 15F | 2C | 26 |
| Octal | 215 | 67 | 104 | 0 | 75 | 64 | 55 | 537 | 54 | 46 |
| Binary | 10001101 | 110111 | 1000100 | 0 | 111101 | 110100 | 101101 | 101011111 | 101100 | 100110 |
Color Harmonies of #8D3744
Complementary color
Monochromatic Colors of #8D3744
Black with #8D3744
Text Example
Text Example
White with #8D3744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3744; }
p { color: rgb(141,55,68); }
H1.HeaderClassName
{
color: #8D3744;
}
.AnyTagClassName
{
color: #8D3744;
}
</style>
background-color css
<style>
a { background-color: #8D3744; }
a { background-color: rgb(141,55,68); }
div.DivClassName
{
background-color: #8D3744;
}
.BgClassName
{
background-color: #8D3744;
}
</style>
border-color css
<style>
span { border-color: #8D3744; }
span { border-color: rgb(141,55,68); }
td.TdClassName
{
border-color: #8D3744;
}
.TagClassName
{
border-color: #8D3744;
}
</style>