Shades of Camelot #8C3F4F
Tints of Camelot #8C3F4F
RGB
CMYK
RGB Variations
Color information
#8C3F4F (or 0x8C3F4F) is known color: Camelot. HEX triplet: 8C, 3F and 4F. RGB value is (140,63,79). Sum of RGB (Red+Green+Blue) = 140+63+79=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3F4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3F4F is #73C0B0. Grayscale: #575757. Windows color (decimal): -7585969 or 5193612. OLE color: 5193612.
HSL color Cylindrical-coordinate representation of color #8C3F4F: hue angle of 347.53º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C3F4F is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 63 | 79 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.45 |
| HSL | 347.53º | 0.38% | 0.4% | - |
| HSV(B) | 347.53º | 0.55% | 0.55% | - |
| XYZ | 14 | 9.69 | 8.53 | - |
| YUV | 87.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 63 | 79 | 0 | 0.55 | 0.44 | 0.45 | 347.53 | 0.38 | 0.4 |
| Hex | 8C | 3F | 4F | 0 | 37 | 2C | 2D | 15C | 26 | 28 |
| Octal | 214 | 77 | 117 | 0 | 67 | 54 | 55 | 534 | 46 | 50 |
| Binary | 10001100 | 111111 | 1001111 | 0 | 110111 | 101100 | 101101 | 101011100 | 100110 | 101000 |
Color Harmonies of #8C3F4F
Complementary color
Monochromatic Colors of #8C3F4F
Black with #8C3F4F
Text Example
Text Example
White with #8C3F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3F4F; }
p { color: rgb(140,63,79); }
H1.HeaderClassName
{
color: #8C3F4F;
}
.AnyTagClassName
{
color: #8C3F4F;
}
</style>
background-color css
<style>
a { background-color: #8C3F4F; }
a { background-color: rgb(140,63,79); }
div.DivClassName
{
background-color: #8C3F4F;
}
.BgClassName
{
background-color: #8C3F4F;
}
</style>
border-color css
<style>
span { border-color: #8C3F4F; }
span { border-color: rgb(140,63,79); }
td.TdClassName
{
border-color: #8C3F4F;
}
.TagClassName
{
border-color: #8C3F4F;
}
</style>