Shades of Camelot #8D3647
Tints of Camelot #8D3647
RGB
CMYK
RGB Variations
Color information
#8D3647 (or 0x8D3647) is known color: Camelot. HEX triplet: 8D, 36 and 47. RGB value is (141,54,71). Sum of RGB (Red+Green+Blue) = 141+54+71=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3647 is #72C9B8. Grayscale: #515151. Windows color (decimal): -7522745 or 4667021. OLE color: 4667021.
HSL color Cylindrical-coordinate representation of color #8D3647: hue angle of 348.28º 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 #8D3647 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 54 | 71 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.45 |
| HSL | 348.28º | 0.45% | 0.38% | - |
| HSV(B) | 348.28º | 0.62% | 0.55% | - |
| XYZ | 13.44 | 8.76 | 6.94 | - |
| YUV | 81.95 | 121.82 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 71 | 0 | 0.62 | 0.50 | 0.45 | 348.28 | 0.45 | 0.38 |
| Hex | 8D | 36 | 47 | 0 | 3E | 32 | 2D | 15C | 2D | 26 |
| Octal | 215 | 66 | 107 | 0 | 76 | 62 | 55 | 534 | 55 | 46 |
| Binary | 10001101 | 110110 | 1000111 | 0 | 111110 | 110010 | 101101 | 101011100 | 101101 | 100110 |
Color Harmonies of #8D3647
Complementary color
Monochromatic Colors of #8D3647
Black with #8D3647
Text Example
Text Example
White with #8D3647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3647; }
p { color: rgb(141,54,71); }
H1.HeaderClassName
{
color: #8D3647;
}
.AnyTagClassName
{
color: #8D3647;
}
</style>
background-color css
<style>
a { background-color: #8D3647; }
a { background-color: rgb(141,54,71); }
div.DivClassName
{
background-color: #8D3647;
}
.BgClassName
{
background-color: #8D3647;
}
</style>
border-color css
<style>
span { border-color: #8D3647; }
span { border-color: rgb(141,54,71); }
td.TdClassName
{
border-color: #8D3647;
}
.TagClassName
{
border-color: #8D3647;
}
</style>