Shades of Camelot #8C3548
Tints of Camelot #8C3548
RGB
CMYK
RGB Variations
Color information
#8C3548 (or 0x8C3548) is known color: Camelot. HEX triplet: 8C, 35 and 48. RGB value is (140,53,72). Sum of RGB (Red+Green+Blue) = 140+53+72=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3548 is #73CAB7. Grayscale: #515151. Windows color (decimal): -7588536 or 4732300. OLE color: 4732300.
HSL color Cylindrical-coordinate representation of color #8C3548: hue angle of 346.9º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C3548 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 53 | 72 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.45 |
| HSL | 346.9º | 0.45% | 0.38% | - |
| HSV(B) | 346.9º | 0.62% | 0.55% | - |
| XYZ | 13.26 | 8.59 | 7.09 | - |
| YUV | 81.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 53 | 72 | 0 | 0.62 | 0.49 | 0.45 | 346.9 | 0.45 | 0.38 |
| Hex | 8C | 35 | 48 | 0 | 3E | 31 | 2D | 15B | 2D | 26 |
| Octal | 214 | 65 | 110 | 0 | 76 | 61 | 55 | 533 | 55 | 46 |
| Binary | 10001100 | 110101 | 1001000 | 0 | 111110 | 110001 | 101101 | 101011011 | 101101 | 100110 |
Color Harmonies of #8C3548
Complementary color
Monochromatic Colors of #8C3548
Black with #8C3548
Text Example
Text Example
White with #8C3548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3548; }
p { color: rgb(140,53,72); }
H1.HeaderClassName
{
color: #8C3548;
}
.AnyTagClassName
{
color: #8C3548;
}
</style>
background-color css
<style>
a { background-color: #8C3548; }
a { background-color: rgb(140,53,72); }
div.DivClassName
{
background-color: #8C3548;
}
.BgClassName
{
background-color: #8C3548;
}
</style>
border-color css
<style>
span { border-color: #8C3548; }
span { border-color: rgb(140,53,72); }
td.TdClassName
{
border-color: #8C3548;
}
.TagClassName
{
border-color: #8C3548;
}
</style>