Shades of Camelot #803549
Tints of Camelot #803549
RGB
CMYK
RGB Variations
Color information
#803549 (or 0x803549) is known color: Camelot. HEX triplet: 80, 35 and 49. RGB value is (128,53,73). Sum of RGB (Red+Green+Blue) = 128+53+73=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #803549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803549 is #7FCAB6. Grayscale: #4D4D4D. Windows color (decimal): -8374967 or 4797824. OLE color: 4797824.
HSL color Cylindrical-coordinate representation of color #803549: hue angle of 344º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #803549 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 53 | 73 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.50 |
| HSL | 344º | 0.41% | 0.35% | - |
| HSV(B) | 344º | 0.59% | 0.5% | - |
| XYZ | 11.38 | 7.62 | 7.17 | - |
| YUV | 77.71 | 125.35 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 73 | 0 | 0.59 | 0.43 | 0.50 | 344 | 0.41 | 0.35 |
| Hex | 80 | 35 | 49 | 0 | 3B | 2B | 32 | 158 | 29 | 23 |
| Octal | 200 | 65 | 111 | 0 | 73 | 53 | 62 | 530 | 51 | 43 |
| Binary | 10000000 | 110101 | 1001001 | 0 | 111011 | 101011 | 110010 | 101011000 | 101001 | 100011 |
Color Harmonies of #803549
Complementary color
Monochromatic Colors of #803549
Black with #803549
Text Example
Text Example
White with #803549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803549; }
p { color: rgb(128,53,73); }
H1.HeaderClassName
{
color: #803549;
}
.AnyTagClassName
{
color: #803549;
}
</style>
background-color css
<style>
a { background-color: #803549; }
a { background-color: rgb(128,53,73); }
div.DivClassName
{
background-color: #803549;
}
.BgClassName
{
background-color: #803549;
}
</style>
border-color css
<style>
span { border-color: #803549; }
span { border-color: rgb(128,53,73); }
td.TdClassName
{
border-color: #803549;
}
.TagClassName
{
border-color: #803549;
}
</style>