Shades of Camelot #8C3143
Tints of Camelot #8C3143
RGB
CMYK
RGB Variations
Color information
#8C3143 (or 0x8C3143) is known color: Camelot. HEX triplet: 8C, 31 and 43. RGB value is (140,49,67). Sum of RGB (Red+Green+Blue) = 140+49+67=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3143 is #73CEBC. Grayscale: #4E4E4E. Windows color (decimal): -7589565 or 4403596. OLE color: 4403596.
HSL color Cylindrical-coordinate representation of color #8C3143: hue angle of 348.13º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C3143 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 49 | 67 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.45 |
| HSL | 348.13º | 0.48% | 0.37% | - |
| HSV(B) | 348.13º | 0.65% | 0.55% | - |
| XYZ | 12.93 | 8.18 | 6.21 | - |
| YUV | 78.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 67 | 0 | 0.65 | 0.52 | 0.45 | 348.13 | 0.48 | 0.37 |
| Hex | 8C | 31 | 43 | 0 | 41 | 34 | 2D | 15C | 30 | 25 |
| Octal | 214 | 61 | 103 | 0 | 101 | 64 | 55 | 534 | 60 | 45 |
| Binary | 10001100 | 110001 | 1000011 | 0 | 1000001 | 110100 | 101101 | 101011100 | 110000 | 100101 |
Color Harmonies of #8C3143
Complementary color
Monochromatic Colors of #8C3143
Black with #8C3143
Text Example
Text Example
White with #8C3143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3143; }
p { color: rgb(140,49,67); }
H1.HeaderClassName
{
color: #8C3143;
}
.AnyTagClassName
{
color: #8C3143;
}
</style>
background-color css
<style>
a { background-color: #8C3143; }
a { background-color: rgb(140,49,67); }
div.DivClassName
{
background-color: #8C3143;
}
.BgClassName
{
background-color: #8C3143;
}
</style>
border-color css
<style>
span { border-color: #8C3143; }
span { border-color: rgb(140,49,67); }
td.TdClassName
{
border-color: #8C3143;
}
.TagClassName
{
border-color: #8C3143;
}
</style>