Shades of Camelot #803953
Tints of Camelot #803953
RGB
CMYK
RGB Variations
Color information
#803953 (or 0x803953) is known color: Camelot. HEX triplet: 80, 39 and 53. RGB value is (128,57,83). Sum of RGB (Red+Green+Blue) = 128+57+83=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #803953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803953 is #7FC6AC. Grayscale: #515151. Windows color (decimal): -8373933 or 5454208. OLE color: 5454208.
HSL color Cylindrical-coordinate representation of color #803953: hue angle of 338.03º 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 #803953 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 57 | 83 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.50 |
| HSL | 338.03º | 0.38% | 0.36% | - |
| HSV(B) | 338.03º | 0.55% | 0.5% | - |
| XYZ | 11.93 | 8.14 | 9.13 | - |
| YUV | 81.19 | 129.02 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 83 | 0 | 0.55 | 0.35 | 0.50 | 338.03 | 0.38 | 0.36 |
| Hex | 80 | 39 | 53 | 0 | 37 | 23 | 32 | 152 | 26 | 24 |
| Octal | 200 | 71 | 123 | 0 | 67 | 43 | 62 | 522 | 46 | 44 |
| Binary | 10000000 | 111001 | 1010011 | 0 | 110111 | 100011 | 110010 | 101010010 | 100110 | 100100 |
Color Harmonies of #803953
Complementary color
Monochromatic Colors of #803953
Black with #803953
Text Example
Text Example
White with #803953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803953; }
p { color: rgb(128,57,83); }
H1.HeaderClassName
{
color: #803953;
}
.AnyTagClassName
{
color: #803953;
}
</style>
background-color css
<style>
a { background-color: #803953; }
a { background-color: rgb(128,57,83); }
div.DivClassName
{
background-color: #803953;
}
.BgClassName
{
background-color: #803953;
}
</style>
border-color css
<style>
span { border-color: #803953; }
span { border-color: rgb(128,57,83); }
td.TdClassName
{
border-color: #803953;
}
.TagClassName
{
border-color: #803953;
}
</style>