Shades of Camelot #8C364D
Tints of Camelot #8C364D
RGB
CMYK
RGB Variations
Color information
#8C364D (or 0x8C364D) is known color: Camelot. HEX triplet: 8C, 36 and 4D. RGB value is (140,54,77). Sum of RGB (Red+Green+Blue) = 140+54+77=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C364D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C364D is #73C9B2. Grayscale: #525252. Windows color (decimal): -7588275 or 5060236. OLE color: 5060236.
HSL color Cylindrical-coordinate representation of color #8C364D: hue angle of 343.95º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C364D is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 77 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.45 |
| HSL | 343.95º | 0.44% | 0.38% | - |
| HSV(B) | 343.95º | 0.61% | 0.55% | - |
| XYZ | 13.47 | 8.75 | 8 | - |
| YUV | 82.34 | 124.99 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 77 | 0 | 0.61 | 0.45 | 0.45 | 343.95 | 0.44 | 0.38 |
| Hex | 8C | 36 | 4D | 0 | 3D | 2D | 2D | 158 | 2C | 26 |
| Octal | 214 | 66 | 115 | 0 | 75 | 55 | 55 | 530 | 54 | 46 |
| Binary | 10001100 | 110110 | 1001101 | 0 | 111101 | 101101 | 101101 | 101011000 | 101100 | 100110 |
Color Harmonies of #8C364D
Complementary color
Monochromatic Colors of #8C364D
Black with #8C364D
Text Example
Text Example
White with #8C364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C364D; }
p { color: rgb(140,54,77); }
H1.HeaderClassName
{
color: #8C364D;
}
.AnyTagClassName
{
color: #8C364D;
}
</style>
background-color css
<style>
a { background-color: #8C364D; }
a { background-color: rgb(140,54,77); }
div.DivClassName
{
background-color: #8C364D;
}
.BgClassName
{
background-color: #8C364D;
}
</style>
border-color css
<style>
span { border-color: #8C364D; }
span { border-color: rgb(140,54,77); }
td.TdClassName
{
border-color: #8C364D;
}
.TagClassName
{
border-color: #8C364D;
}
</style>