Shades of Camelot #803548
Tints of Camelot #803548
RGB
CMYK
RGB Variations
Color information
#803548 (or 0x803548) is known color: Camelot. HEX triplet: 80, 35 and 48. RGB value is (128,53,72). Sum of RGB (Red+Green+Blue) = 128+53+72=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #803548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803548 is #7FCAB7. Grayscale: #4D4D4D. Windows color (decimal): -8374968 or 4732288. OLE color: 4732288.
HSL color Cylindrical-coordinate representation of color #803548: hue angle of 344.8º 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 #803548 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 53 | 72 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.50 |
| HSL | 344.8º | 0.41% | 0.35% | - |
| HSV(B) | 344.8º | 0.59% | 0.5% | - |
| XYZ | 11.34 | 7.6 | 7 | - |
| YUV | 77.59 | 124.85 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 72 | 0 | 0.59 | 0.44 | 0.50 | 344.8 | 0.41 | 0.35 |
| Hex | 80 | 35 | 48 | 0 | 3B | 2C | 32 | 159 | 29 | 23 |
| Octal | 200 | 65 | 110 | 0 | 73 | 54 | 62 | 531 | 51 | 43 |
| Binary | 10000000 | 110101 | 1001000 | 0 | 111011 | 101100 | 110010 | 101011001 | 101001 | 100011 |
Color Harmonies of #803548
Complementary color
Monochromatic Colors of #803548
Black with #803548
Text Example
Text Example
White with #803548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803548; }
p { color: rgb(128,53,72); }
H1.HeaderClassName
{
color: #803548;
}
.AnyTagClassName
{
color: #803548;
}
</style>
background-color css
<style>
a { background-color: #803548; }
a { background-color: rgb(128,53,72); }
div.DivClassName
{
background-color: #803548;
}
.BgClassName
{
background-color: #803548;
}
</style>
border-color css
<style>
span { border-color: #803548; }
span { border-color: rgb(128,53,72); }
td.TdClassName
{
border-color: #803548;
}
.TagClassName
{
border-color: #803548;
}
</style>