Shades of Camelot #803750
Tints of Camelot #803750
RGB
CMYK
RGB Variations
Color information
#803750 (or 0x803750) is known color: Camelot. HEX triplet: 80, 37 and 50. RGB value is (128,55,80). Sum of RGB (Red+Green+Blue) = 128+55+80=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #803750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803750 is #7FC8AF. Grayscale: #4F4F4F. Windows color (decimal): -8374448 or 5257088. OLE color: 5257088.
HSL color Cylindrical-coordinate representation of color #803750: hue angle of 339.45º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #803750 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 55 | 80 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.50 |
| HSL | 339.45º | 0.4% | 0.36% | - |
| HSV(B) | 339.45º | 0.57% | 0.5% | - |
| XYZ | 11.72 | 7.9 | 8.5 | - |
| YUV | 79.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 55 | 80 | 0 | 0.57 | 0.38 | 0.50 | 339.45 | 0.4 | 0.36 |
| Hex | 80 | 37 | 50 | 0 | 39 | 26 | 32 | 153 | 28 | 24 |
| Octal | 200 | 67 | 120 | 0 | 71 | 46 | 62 | 523 | 50 | 44 |
| Binary | 10000000 | 110111 | 1010000 | 0 | 111001 | 100110 | 110010 | 101010011 | 101000 | 100100 |
Color Harmonies of #803750
Complementary color
Monochromatic Colors of #803750
Black with #803750
Text Example
Text Example
White with #803750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803750; }
p { color: rgb(128,55,80); }
H1.HeaderClassName
{
color: #803750;
}
.AnyTagClassName
{
color: #803750;
}
</style>
background-color css
<style>
a { background-color: #803750; }
a { background-color: rgb(128,55,80); }
div.DivClassName
{
background-color: #803750;
}
.BgClassName
{
background-color: #803750;
}
</style>
border-color css
<style>
span { border-color: #803750; }
span { border-color: rgb(128,55,80); }
td.TdClassName
{
border-color: #803750;
}
.TagClassName
{
border-color: #803750;
}
</style>