Shades of Camelot #803849
Tints of Camelot #803849
RGB
CMYK
RGB Variations
Color information
#803849 (or 0x803849) is known color: Camelot. HEX triplet: 80, 38 and 49. RGB value is (128,56,73). Sum of RGB (Red+Green+Blue) = 128+56+73=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #803849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803849 is #7FC7B6. Grayscale: #4F4F4F. Windows color (decimal): -8374199 or 4798592. OLE color: 4798592.
HSL color Cylindrical-coordinate representation of color #803849: hue angle of 345.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #803849 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 56 | 73 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.50 |
| HSL | 345.83º | 0.39% | 0.36% | - |
| HSV(B) | 345.83º | 0.56% | 0.5% | - |
| XYZ | 11.52 | 7.9 | 7.22 | - |
| YUV | 79.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 73 | 0 | 0.56 | 0.43 | 0.50 | 345.83 | 0.39 | 0.36 |
| Hex | 80 | 38 | 49 | 0 | 38 | 2B | 32 | 15A | 27 | 24 |
| Octal | 200 | 70 | 111 | 0 | 70 | 53 | 62 | 532 | 47 | 44 |
| Binary | 10000000 | 111000 | 1001001 | 0 | 111000 | 101011 | 110010 | 101011010 | 100111 | 100100 |
Color Harmonies of #803849
Complementary color
Monochromatic Colors of #803849
Black with #803849
Text Example
Text Example
White with #803849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803849; }
p { color: rgb(128,56,73); }
H1.HeaderClassName
{
color: #803849;
}
.AnyTagClassName
{
color: #803849;
}
</style>
background-color css
<style>
a { background-color: #803849; }
a { background-color: rgb(128,56,73); }
div.DivClassName
{
background-color: #803849;
}
.BgClassName
{
background-color: #803849;
}
</style>
border-color css
<style>
span { border-color: #803849; }
span { border-color: rgb(128,56,73); }
td.TdClassName
{
border-color: #803849;
}
.TagClassName
{
border-color: #803849;
}
</style>