Shades of Camelot #803F55
Tints of Camelot #803F55
RGB
CMYK
RGB Variations
Color information
#803F55 (or 0x803F55) is known color: Camelot. HEX triplet: 80, 3F and 55. RGB value is (128,63,85). Sum of RGB (Red+Green+Blue) = 128+63+85=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #803F55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803F55 is #7FC0AA. Grayscale: #545454. Windows color (decimal): -8372395 or 5586816. OLE color: 5586816.
HSL color Cylindrical-coordinate representation of color #803F55: hue angle of 339.69º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #803F55 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 85 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.50 |
| HSL | 339.69º | 0.34% | 0.37% | - |
| HSV(B) | 339.69º | 0.51% | 0.5% | - |
| XYZ | 12.32 | 8.8 | 9.64 | - |
| YUV | 84.94 | 128.03 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 85 | 0 | 0.51 | 0.34 | 0.50 | 339.69 | 0.34 | 0.37 |
| Hex | 80 | 3F | 55 | 0 | 33 | 22 | 32 | 154 | 22 | 25 |
| Octal | 200 | 77 | 125 | 0 | 63 | 42 | 62 | 524 | 42 | 45 |
| Binary | 10000000 | 111111 | 1010101 | 0 | 110011 | 100010 | 110010 | 101010100 | 100010 | 100101 |
Color Harmonies of #803F55
Complementary color
Monochromatic Colors of #803F55
Black with #803F55
Text Example
Text Example
White with #803F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F55; }
p { color: rgb(128,63,85); }
H1.HeaderClassName
{
color: #803F55;
}
.AnyTagClassName
{
color: #803F55;
}
</style>
background-color css
<style>
a { background-color: #803F55; }
a { background-color: rgb(128,63,85); }
div.DivClassName
{
background-color: #803F55;
}
.BgClassName
{
background-color: #803F55;
}
</style>
border-color css
<style>
span { border-color: #803F55; }
span { border-color: rgb(128,63,85); }
td.TdClassName
{
border-color: #803F55;
}
.TagClassName
{
border-color: #803F55;
}
</style>