Shades of Camelot #8C364B
Tints of Camelot #8C364B
RGB
CMYK
RGB Variations
Color information
#8C364B (or 0x8C364B) is known color: Camelot. HEX triplet: 8C, 36 and 4B. RGB value is (140,54,75). Sum of RGB (Red+Green+Blue) = 140+54+75=269 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.04% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 140 - color contains mainly: red. Hex color #8C364B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C364B is #73C9B4. Grayscale: #525252. Windows color (decimal): -7588277 or 4929164. OLE color: 4929164.
HSL color Cylindrical-coordinate representation of color #8C364B: hue angle of 345.35º 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 #8C364B is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 75 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.45 |
| HSL | 345.35º | 0.44% | 0.38% | - |
| HSV(B) | 345.35º | 0.61% | 0.55% | - |
| XYZ | 13.4 | 8.72 | 7.63 | - |
| YUV | 82.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 75 | 0 | 0.61 | 0.46 | 0.45 | 345.35 | 0.44 | 0.38 |
| Hex | 8C | 36 | 4B | 0 | 3D | 2E | 2D | 159 | 2C | 26 |
| Octal | 214 | 66 | 113 | 0 | 75 | 56 | 55 | 531 | 54 | 46 |
| Binary | 10001100 | 110110 | 1001011 | 0 | 111101 | 101110 | 101101 | 101011001 | 101100 | 100110 |
Color Harmonies of #8C364B
Complementary color
Monochromatic Colors of #8C364B
Black with #8C364B
Text Example
Text Example
White with #8C364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C364B; }
p { color: rgb(140,54,75); }
H1.HeaderClassName
{
color: #8C364B;
}
.AnyTagClassName
{
color: #8C364B;
}
</style>
background-color css
<style>
a { background-color: #8C364B; }
a { background-color: rgb(140,54,75); }
div.DivClassName
{
background-color: #8C364B;
}
.BgClassName
{
background-color: #8C364B;
}
</style>
border-color css
<style>
span { border-color: #8C364B; }
span { border-color: rgb(140,54,75); }
td.TdClassName
{
border-color: #8C364B;
}
.TagClassName
{
border-color: #8C364B;
}
</style>