Shades of Camelot #8C3447
Tints of Camelot #8C3447
RGB
CMYK
RGB Variations
Color information
#8C3447 (or 0x8C3447) is known color: Camelot. HEX triplet: 8C, 34 and 47. RGB value is (140,52,71). Sum of RGB (Red+Green+Blue) = 140+52+71=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3447 is #73CBB8. Grayscale: #505050. Windows color (decimal): -7588793 or 4666508. OLE color: 4666508.
HSL color Cylindrical-coordinate representation of color #8C3447: hue angle of 347.05º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C3447 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 71 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.45 |
| HSL | 347.05º | 0.46% | 0.38% | - |
| HSV(B) | 347.05º | 0.63% | 0.55% | - |
| XYZ | 13.18 | 8.49 | 6.9 | - |
| YUV | 80.48 | 122.65 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 71 | 0 | 0.63 | 0.49 | 0.45 | 347.05 | 0.46 | 0.38 |
| Hex | 8C | 34 | 47 | 0 | 3F | 31 | 2D | 15B | 2E | 26 |
| Octal | 214 | 64 | 107 | 0 | 77 | 61 | 55 | 533 | 56 | 46 |
| Binary | 10001100 | 110100 | 1000111 | 0 | 111111 | 110001 | 101101 | 101011011 | 101110 | 100110 |
Color Harmonies of #8C3447
Complementary color
Monochromatic Colors of #8C3447
Black with #8C3447
Text Example
Text Example
White with #8C3447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3447; }
p { color: rgb(140,52,71); }
H1.HeaderClassName
{
color: #8C3447;
}
.AnyTagClassName
{
color: #8C3447;
}
</style>
background-color css
<style>
a { background-color: #8C3447; }
a { background-color: rgb(140,52,71); }
div.DivClassName
{
background-color: #8C3447;
}
.BgClassName
{
background-color: #8C3447;
}
</style>
border-color css
<style>
span { border-color: #8C3447; }
span { border-color: rgb(140,52,71); }
td.TdClassName
{
border-color: #8C3447;
}
.TagClassName
{
border-color: #8C3447;
}
</style>