Shades of Camelot #8D3343
Tints of Camelot #8D3343
RGB
CMYK
RGB Variations
Color information
#8D3343 (or 0x8D3343) is known color: Camelot. HEX triplet: 8D, 33 and 43. RGB value is (141,51,67). Sum of RGB (Red+Green+Blue) = 141+51+67=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 67 (26.56% from 255 or 25.87% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3343 is #72CCBC. Grayscale: #4F4F4F. Windows color (decimal): -7523517 or 4404109. OLE color: 4404109.
HSL color Cylindrical-coordinate representation of color #8D3343: hue angle of 349.33º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D3343 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 51 | 67 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.45 |
| HSL | 349.33º | 0.47% | 0.38% | - |
| HSV(B) | 349.33º | 0.64% | 0.55% | - |
| XYZ | 13.18 | 8.44 | 6.24 | - |
| YUV | 79.73 | 120.82 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 51 | 67 | 0 | 0.64 | 0.52 | 0.45 | 349.33 | 0.47 | 0.38 |
| Hex | 8D | 33 | 43 | 0 | 40 | 34 | 2D | 15D | 2F | 26 |
| Octal | 215 | 63 | 103 | 0 | 100 | 64 | 55 | 535 | 57 | 46 |
| Binary | 10001101 | 110011 | 1000011 | 0 | 1000000 | 110100 | 101101 | 101011101 | 101111 | 100110 |
Color Harmonies of #8D3343
Complementary color
Monochromatic Colors of #8D3343
Black with #8D3343
Text Example
Text Example
White with #8D3343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3343; }
p { color: rgb(141,51,67); }
H1.HeaderClassName
{
color: #8D3343;
}
.AnyTagClassName
{
color: #8D3343;
}
</style>
background-color css
<style>
a { background-color: #8D3343; }
a { background-color: rgb(141,51,67); }
div.DivClassName
{
background-color: #8D3343;
}
.BgClassName
{
background-color: #8D3343;
}
</style>
border-color css
<style>
span { border-color: #8D3343; }
span { border-color: rgb(141,51,67); }
td.TdClassName
{
border-color: #8D3343;
}
.TagClassName
{
border-color: #8D3343;
}
</style>