Shades of Camelot #8D3748
Tints of Camelot #8D3748
RGB
CMYK
RGB Variations
Color information
#8D3748 (or 0x8D3748) is known color: Camelot. HEX triplet: 8D, 37 and 48. RGB value is (141,55,72). Sum of RGB (Red+Green+Blue) = 141+55+72=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3748 is #72C8B7. Grayscale: #525252. Windows color (decimal): -7522488 or 4732813. OLE color: 4732813.
HSL color Cylindrical-coordinate representation of color #8D3748: hue angle of 348.14º 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 #8D3748 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 55 | 72 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.45 |
| HSL | 348.14º | 0.44% | 0.38% | - |
| HSV(B) | 348.14º | 0.61% | 0.55% | - |
| XYZ | 13.52 | 8.86 | 7.13 | - |
| YUV | 82.65 | 121.99 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 72 | 0 | 0.61 | 0.49 | 0.45 | 348.14 | 0.44 | 0.38 |
| Hex | 8D | 37 | 48 | 0 | 3D | 31 | 2D | 15C | 2C | 26 |
| Octal | 215 | 67 | 110 | 0 | 75 | 61 | 55 | 534 | 54 | 46 |
| Binary | 10001101 | 110111 | 1001000 | 0 | 111101 | 110001 | 101101 | 101011100 | 101100 | 100110 |
Color Harmonies of #8D3748
Complementary color
Monochromatic Colors of #8D3748
Black with #8D3748
Text Example
Text Example
White with #8D3748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3748; }
p { color: rgb(141,55,72); }
H1.HeaderClassName
{
color: #8D3748;
}
.AnyTagClassName
{
color: #8D3748;
}
</style>
background-color css
<style>
a { background-color: #8D3748; }
a { background-color: rgb(141,55,72); }
div.DivClassName
{
background-color: #8D3748;
}
.BgClassName
{
background-color: #8D3748;
}
</style>
border-color css
<style>
span { border-color: #8D3748; }
span { border-color: rgb(141,55,72); }
td.TdClassName
{
border-color: #8D3748;
}
.TagClassName
{
border-color: #8D3748;
}
</style>