Shades of Camelot #803947
Tints of Camelot #803947
RGB
CMYK
RGB Variations
Color information
#803947 (or 0x803947) is known color: Camelot. HEX triplet: 80, 39 and 47. RGB value is (128,57,71). Sum of RGB (Red+Green+Blue) = 128+57+71=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #803947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803947 is #7FC6B8. Grayscale: #4F4F4F. Windows color (decimal): -8373945 or 4667776. OLE color: 4667776.
HSL color Cylindrical-coordinate representation of color #803947: hue angle of 348.17º 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 #803947 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 57 | 71 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.50 |
| HSL | 348.17º | 0.38% | 0.36% | - |
| HSV(B) | 348.17º | 0.55% | 0.5% | - |
| XYZ | 11.5 | 7.97 | 6.89 | - |
| YUV | 79.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 71 | 0 | 0.55 | 0.45 | 0.50 | 348.17 | 0.38 | 0.36 |
| Hex | 80 | 39 | 47 | 0 | 37 | 2D | 32 | 15C | 26 | 24 |
| Octal | 200 | 71 | 107 | 0 | 67 | 55 | 62 | 534 | 46 | 44 |
| Binary | 10000000 | 111001 | 1000111 | 0 | 110111 | 101101 | 110010 | 101011100 | 100110 | 100100 |
Color Harmonies of #803947
Complementary color
Monochromatic Colors of #803947
Black with #803947
Text Example
Text Example
White with #803947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803947; }
p { color: rgb(128,57,71); }
H1.HeaderClassName
{
color: #803947;
}
.AnyTagClassName
{
color: #803947;
}
</style>
background-color css
<style>
a { background-color: #803947; }
a { background-color: rgb(128,57,71); }
div.DivClassName
{
background-color: #803947;
}
.BgClassName
{
background-color: #803947;
}
</style>
border-color css
<style>
span { border-color: #803947; }
span { border-color: rgb(128,57,71); }
td.TdClassName
{
border-color: #803947;
}
.TagClassName
{
border-color: #803947;
}
</style>