Shades of Camelot #8D3347
Tints of Camelot #8D3347
RGB
CMYK
RGB Variations
Color information
#8D3347 (or 0x8D3347) is known color: Camelot. HEX triplet: 8D, 33 and 47. RGB value is (141,51,71). Sum of RGB (Red+Green+Blue) = 141+51+71=263 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.61% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3347 is #72CCB8. Grayscale: #505050. Windows color (decimal): -7523513 or 4666253. OLE color: 4666253.
HSL color Cylindrical-coordinate representation of color #8D3347: hue angle of 346.67º 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 #8D3347 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 51 | 71 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.45 |
| HSL | 346.67º | 0.47% | 0.38% | - |
| HSV(B) | 346.67º | 0.64% | 0.55% | - |
| XYZ | 13.31 | 8.49 | 6.9 | - |
| YUV | 80.19 | 122.82 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 51 | 71 | 0 | 0.64 | 0.50 | 0.45 | 346.67 | 0.47 | 0.38 |
| Hex | 8D | 33 | 47 | 0 | 40 | 32 | 2D | 15B | 2F | 26 |
| Octal | 215 | 63 | 107 | 0 | 100 | 62 | 55 | 533 | 57 | 46 |
| Binary | 10001101 | 110011 | 1000111 | 0 | 1000000 | 110010 | 101101 | 101011011 | 101111 | 100110 |
Color Harmonies of #8D3347
Complementary color
Monochromatic Colors of #8D3347
Black with #8D3347
Text Example
Text Example
White with #8D3347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3347; }
p { color: rgb(141,51,71); }
H1.HeaderClassName
{
color: #8D3347;
}
.AnyTagClassName
{
color: #8D3347;
}
</style>
background-color css
<style>
a { background-color: #8D3347; }
a { background-color: rgb(141,51,71); }
div.DivClassName
{
background-color: #8D3347;
}
.BgClassName
{
background-color: #8D3347;
}
</style>
border-color css
<style>
span { border-color: #8D3347; }
span { border-color: rgb(141,51,71); }
td.TdClassName
{
border-color: #8D3347;
}
.TagClassName
{
border-color: #8D3347;
}
</style>