Shades of Camelot #803A51
Tints of Camelot #803A51
RGB
CMYK
RGB Variations
Color information
#803A51 (or 0x803A51) is known color: Camelot. HEX triplet: 80, 3A and 51. RGB value is (128,58,81). Sum of RGB (Red+Green+Blue) = 128+58+81=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #803A51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803A51 is #7FC5AE. Grayscale: #515151. Windows color (decimal): -8373679 or 5323392. OLE color: 5323392.
HSL color Cylindrical-coordinate representation of color #803A51: hue angle of 340.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #803A51 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 58 | 81 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.50 |
| HSL | 340.29º | 0.38% | 0.36% | - |
| HSV(B) | 340.29º | 0.55% | 0.5% | - |
| XYZ | 11.9 | 8.21 | 8.74 | - |
| YUV | 81.55 | 127.69 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 81 | 0 | 0.55 | 0.37 | 0.50 | 340.29 | 0.38 | 0.36 |
| Hex | 80 | 3A | 51 | 0 | 37 | 25 | 32 | 154 | 26 | 24 |
| Octal | 200 | 72 | 121 | 0 | 67 | 45 | 62 | 524 | 46 | 44 |
| Binary | 10000000 | 111010 | 1010001 | 0 | 110111 | 100101 | 110010 | 101010100 | 100110 | 100100 |
Color Harmonies of #803A51
Complementary color
Monochromatic Colors of #803A51
Black with #803A51
Text Example
Text Example
White with #803A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803A51; }
p { color: rgb(128,58,81); }
H1.HeaderClassName
{
color: #803A51;
}
.AnyTagClassName
{
color: #803A51;
}
</style>
background-color css
<style>
a { background-color: #803A51; }
a { background-color: rgb(128,58,81); }
div.DivClassName
{
background-color: #803A51;
}
.BgClassName
{
background-color: #803A51;
}
</style>
border-color css
<style>
span { border-color: #803A51; }
span { border-color: rgb(128,58,81); }
td.TdClassName
{
border-color: #803A51;
}
.TagClassName
{
border-color: #803A51;
}
</style>