Shades of Camelot #8C3A52
Tints of Camelot #8C3A52
RGB
CMYK
RGB Variations
Color information
#8C3A52 (or 0x8C3A52) is known color: Camelot. HEX triplet: 8C, 3A and 52. RGB value is (140,58,82). Sum of RGB (Red+Green+Blue) = 140+58+82=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3A52 is #73C5AD. Grayscale: #555555. Windows color (decimal): -7587246 or 5388940. OLE color: 5388940.
HSL color Cylindrical-coordinate representation of color #8C3A52: hue angle of 342.44º 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 #8C3A52 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 58 | 82 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.45 |
| HSL | 342.44º | 0.41% | 0.39% | - |
| HSV(B) | 342.44º | 0.59% | 0.55% | - |
| XYZ | 13.85 | 9.21 | 9.03 | - |
| YUV | 85.25 | 126.17 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 58 | 82 | 0 | 0.59 | 0.41 | 0.45 | 342.44 | 0.41 | 0.39 |
| Hex | 8C | 3A | 52 | 0 | 3B | 29 | 2D | 156 | 29 | 27 |
| Octal | 214 | 72 | 122 | 0 | 73 | 51 | 55 | 526 | 51 | 47 |
| Binary | 10001100 | 111010 | 1010010 | 0 | 111011 | 101001 | 101101 | 101010110 | 101001 | 100111 |
Color Harmonies of #8C3A52
Complementary color
Monochromatic Colors of #8C3A52
Black with #8C3A52
Text Example
Text Example
White with #8C3A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3A52; }
p { color: rgb(140,58,82); }
H1.HeaderClassName
{
color: #8C3A52;
}
.AnyTagClassName
{
color: #8C3A52;
}
</style>
background-color css
<style>
a { background-color: #8C3A52; }
a { background-color: rgb(140,58,82); }
div.DivClassName
{
background-color: #8C3A52;
}
.BgClassName
{
background-color: #8C3A52;
}
</style>
border-color css
<style>
span { border-color: #8C3A52; }
span { border-color: rgb(140,58,82); }
td.TdClassName
{
border-color: #8C3A52;
}
.TagClassName
{
border-color: #8C3A52;
}
</style>