Shades of Camelot #8C3A51
Tints of Camelot #8C3A51
RGB
CMYK
RGB Variations
Color information
#8C3A51 (or 0x8C3A51) is known color: Camelot. HEX triplet: 8C, 3A and 51. RGB value is (140,58,81). Sum of RGB (Red+Green+Blue) = 140+58+81=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3A51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3A51 is #73C5AE. Grayscale: #555555. Windows color (decimal): -7587247 or 5323404. OLE color: 5323404.
HSL color Cylindrical-coordinate representation of color #8C3A51: hue angle of 343.17º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C3A51 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 58 | 81 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.45 |
| HSL | 343.17º | 0.41% | 0.39% | - |
| HSV(B) | 343.17º | 0.59% | 0.55% | - |
| XYZ | 13.81 | 9.2 | 8.83 | - |
| YUV | 85.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 58 | 81 | 0 | 0.59 | 0.42 | 0.45 | 343.17 | 0.41 | 0.39 |
| Hex | 8C | 3A | 51 | 0 | 3B | 2A | 2D | 157 | 29 | 27 |
| Octal | 214 | 72 | 121 | 0 | 73 | 52 | 55 | 527 | 51 | 47 |
| Binary | 10001100 | 111010 | 1010001 | 0 | 111011 | 101010 | 101101 | 101010111 | 101001 | 100111 |
Color Harmonies of #8C3A51
Complementary color
Monochromatic Colors of #8C3A51
Black with #8C3A51
Text Example
Text Example
White with #8C3A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3A51; }
p { color: rgb(140,58,81); }
H1.HeaderClassName
{
color: #8C3A51;
}
.AnyTagClassName
{
color: #8C3A51;
}
</style>
background-color css
<style>
a { background-color: #8C3A51; }
a { background-color: rgb(140,58,81); }
div.DivClassName
{
background-color: #8C3A51;
}
.BgClassName
{
background-color: #8C3A51;
}
</style>
border-color css
<style>
span { border-color: #8C3A51; }
span { border-color: rgb(140,58,81); }
td.TdClassName
{
border-color: #8C3A51;
}
.TagClassName
{
border-color: #8C3A51;
}
</style>