Shades of Camelot #803944
Tints of Camelot #803944
RGB
CMYK
RGB Variations
Color information
#803944 (or 0x803944) is known color: Camelot. HEX triplet: 80, 39 and 44. RGB value is (128,57,68). Sum of RGB (Red+Green+Blue) = 128+57+68=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #803944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803944 is #7FC6BB. Grayscale: #4F4F4F. Windows color (decimal): -8373948 or 4471168. OLE color: 4471168.
HSL color Cylindrical-coordinate representation of color #803944: hue angle of 350.7º 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 #803944 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 57 | 68 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.50 |
| HSL | 350.7º | 0.38% | 0.36% | - |
| HSV(B) | 350.7º | 0.55% | 0.5% | - |
| XYZ | 11.41 | 7.93 | 6.4 | - |
| YUV | 79.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 68 | 0 | 0.55 | 0.47 | 0.50 | 350.7 | 0.38 | 0.36 |
| Hex | 80 | 39 | 44 | 0 | 37 | 2F | 32 | 15F | 26 | 24 |
| Octal | 200 | 71 | 104 | 0 | 67 | 57 | 62 | 537 | 46 | 44 |
| Binary | 10000000 | 111001 | 1000100 | 0 | 110111 | 101111 | 110010 | 101011111 | 100110 | 100100 |
Color Harmonies of #803944
Complementary color
Monochromatic Colors of #803944
Black with #803944
Text Example
Text Example
White with #803944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803944; }
p { color: rgb(128,57,68); }
H1.HeaderClassName
{
color: #803944;
}
.AnyTagClassName
{
color: #803944;
}
</style>
background-color css
<style>
a { background-color: #803944; }
a { background-color: rgb(128,57,68); }
div.DivClassName
{
background-color: #803944;
}
.BgClassName
{
background-color: #803944;
}
</style>
border-color css
<style>
span { border-color: #803944; }
span { border-color: rgb(128,57,68); }
td.TdClassName
{
border-color: #803944;
}
.TagClassName
{
border-color: #803944;
}
</style>