Shades of Camelot #803D49
Tints of Camelot #803D49
RGB
CMYK
RGB Variations
Color information
#803D49 (or 0x803D49) is known color: Camelot. HEX triplet: 80, 3D and 49. RGB value is (128,61,73). Sum of RGB (Red+Green+Blue) = 128+61+73=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #803D49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803D49 is #7FC2B6. Grayscale: #525252. Windows color (decimal): -8372919 or 4799872. OLE color: 4799872.
HSL color Cylindrical-coordinate representation of color #803D49: hue angle of 349.25º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #803D49 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 61 | 73 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.50 |
| HSL | 349.25º | 0.35% | 0.37% | - |
| HSV(B) | 349.25º | 0.52% | 0.5% | - |
| XYZ | 11.77 | 8.41 | 7.31 | - |
| YUV | 82.4 | 122.7 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 73 | 0 | 0.52 | 0.43 | 0.50 | 349.25 | 0.35 | 0.37 |
| Hex | 80 | 3D | 49 | 0 | 34 | 2B | 32 | 15D | 23 | 25 |
| Octal | 200 | 75 | 111 | 0 | 64 | 53 | 62 | 535 | 43 | 45 |
| Binary | 10000000 | 111101 | 1001001 | 0 | 110100 | 101011 | 110010 | 101011101 | 100011 | 100101 |
Color Harmonies of #803D49
Complementary color
Monochromatic Colors of #803D49
Black with #803D49
Text Example
Text Example
White with #803D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803D49; }
p { color: rgb(128,61,73); }
H1.HeaderClassName
{
color: #803D49;
}
.AnyTagClassName
{
color: #803D49;
}
</style>
background-color css
<style>
a { background-color: #803D49; }
a { background-color: rgb(128,61,73); }
div.DivClassName
{
background-color: #803D49;
}
.BgClassName
{
background-color: #803D49;
}
</style>
border-color css
<style>
span { border-color: #803D49; }
span { border-color: rgb(128,61,73); }
td.TdClassName
{
border-color: #803D49;
}
.TagClassName
{
border-color: #803D49;
}
</style>