Shades of Camelot #8D3348
Tints of Camelot #8D3348
RGB
CMYK
RGB Variations
Color information
#8D3348 (or 0x8D3348) is known color: Camelot. HEX triplet: 8D, 33 and 48. RGB value is (141,51,72). Sum of RGB (Red+Green+Blue) = 141+51+72=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3348 is #72CCB7. Grayscale: #505050. Windows color (decimal): -7523512 or 4731789. OLE color: 4731789.
HSL color Cylindrical-coordinate representation of color #8D3348: hue angle of 346º 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 #8D3348 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 51 | 72 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.45 |
| HSL | 346º | 0.47% | 0.38% | - |
| HSV(B) | 346º | 0.64% | 0.55% | - |
| XYZ | 13.34 | 8.5 | 7.07 | - |
| YUV | 80.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 51 | 72 | 0 | 0.64 | 0.49 | 0.45 | 346 | 0.47 | 0.38 |
| Hex | 8D | 33 | 48 | 0 | 40 | 31 | 2D | 15A | 2F | 26 |
| Octal | 215 | 63 | 110 | 0 | 100 | 61 | 55 | 532 | 57 | 46 |
| Binary | 10001101 | 110011 | 1001000 | 0 | 1000000 | 110001 | 101101 | 101011010 | 101111 | 100110 |
Color Harmonies of #8D3348
Complementary color
Monochromatic Colors of #8D3348
Black with #8D3348
Text Example
Text Example
White with #8D3348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3348; }
p { color: rgb(141,51,72); }
H1.HeaderClassName
{
color: #8D3348;
}
.AnyTagClassName
{
color: #8D3348;
}
</style>
background-color css
<style>
a { background-color: #8D3348; }
a { background-color: rgb(141,51,72); }
div.DivClassName
{
background-color: #8D3348;
}
.BgClassName
{
background-color: #8D3348;
}
</style>
border-color css
<style>
span { border-color: #8D3348; }
span { border-color: rgb(141,51,72); }
td.TdClassName
{
border-color: #8D3348;
}
.TagClassName
{
border-color: #8D3348;
}
</style>