Shades of Camelot #803C52
Tints of Camelot #803C52
RGB
CMYK
RGB Variations
Color information
#803C52 (or 0x803C52) is known color: Camelot. HEX triplet: 80, 3C and 52. RGB value is (128,60,82). Sum of RGB (Red+Green+Blue) = 128+60+82=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #803C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803C52 is #7FC3AD. Grayscale: #525252. Windows color (decimal): -8373166 or 5389440. OLE color: 5389440.
HSL color Cylindrical-coordinate representation of color #803C52: hue angle of 340.59º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #803C52 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 60 | 82 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.50 |
| HSL | 340.59º | 0.36% | 0.37% | - |
| HSV(B) | 340.59º | 0.53% | 0.5% | - |
| XYZ | 12.04 | 8.43 | 8.98 | - |
| YUV | 82.84 | 127.53 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 82 | 0 | 0.53 | 0.36 | 0.50 | 340.59 | 0.36 | 0.37 |
| Hex | 80 | 3C | 52 | 0 | 35 | 24 | 32 | 155 | 24 | 25 |
| Octal | 200 | 74 | 122 | 0 | 65 | 44 | 62 | 525 | 44 | 45 |
| Binary | 10000000 | 111100 | 1010010 | 0 | 110101 | 100100 | 110010 | 101010101 | 100100 | 100101 |
Color Harmonies of #803C52
Complementary color
Monochromatic Colors of #803C52
Black with #803C52
Text Example
Text Example
White with #803C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C52; }
p { color: rgb(128,60,82); }
H1.HeaderClassName
{
color: #803C52;
}
.AnyTagClassName
{
color: #803C52;
}
</style>
background-color css
<style>
a { background-color: #803C52; }
a { background-color: rgb(128,60,82); }
div.DivClassName
{
background-color: #803C52;
}
.BgClassName
{
background-color: #803C52;
}
</style>
border-color css
<style>
span { border-color: #803C52; }
span { border-color: rgb(128,60,82); }
td.TdClassName
{
border-color: #803C52;
}
.TagClassName
{
border-color: #803C52;
}
</style>