Shades of Camelot #8C3243
Tints of Camelot #8C3243
RGB
CMYK
RGB Variations
Color information
#8C3243 (or 0x8C3243) is known color: Camelot. HEX triplet: 8C, 32 and 43. RGB value is (140,50,67). Sum of RGB (Red+Green+Blue) = 140+50+67=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3243 is #73CDBC. Grayscale: #4E4E4E. Windows color (decimal): -7589309 or 4403852. OLE color: 4403852.
HSL color Cylindrical-coordinate representation of color #8C3243: hue angle of 348.67º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C3243 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 50 | 67 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.45 |
| HSL | 348.67º | 0.47% | 0.37% | - |
| HSV(B) | 348.67º | 0.64% | 0.55% | - |
| XYZ | 12.97 | 8.26 | 6.22 | - |
| YUV | 78.85 | 121.32 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 67 | 0 | 0.64 | 0.52 | 0.45 | 348.67 | 0.47 | 0.37 |
| Hex | 8C | 32 | 43 | 0 | 40 | 34 | 2D | 15D | 2F | 25 |
| Octal | 214 | 62 | 103 | 0 | 100 | 64 | 55 | 535 | 57 | 45 |
| Binary | 10001100 | 110010 | 1000011 | 0 | 1000000 | 110100 | 101101 | 101011101 | 101111 | 100101 |
Color Harmonies of #8C3243
Complementary color
Monochromatic Colors of #8C3243
Black with #8C3243
Text Example
Text Example
White with #8C3243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3243; }
p { color: rgb(140,50,67); }
H1.HeaderClassName
{
color: #8C3243;
}
.AnyTagClassName
{
color: #8C3243;
}
</style>
background-color css
<style>
a { background-color: #8C3243; }
a { background-color: rgb(140,50,67); }
div.DivClassName
{
background-color: #8C3243;
}
.BgClassName
{
background-color: #8C3243;
}
</style>
border-color css
<style>
span { border-color: #8C3243; }
span { border-color: rgb(140,50,67); }
td.TdClassName
{
border-color: #8C3243;
}
.TagClassName
{
border-color: #8C3243;
}
</style>