Shades of Camelot #803149
Tints of Camelot #803149
RGB
CMYK
RGB Variations
Color information
#803149 (or 0x803149) is known color: Camelot. HEX triplet: 80, 31 and 49. RGB value is (128,49,73). Sum of RGB (Red+Green+Blue) = 128+49+73=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #803149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803149 is #7FCEB6. Grayscale: #4B4B4B. Windows color (decimal): -8375991 or 4796800. OLE color: 4796800.
HSL color Cylindrical-coordinate representation of color #803149: hue angle of 341.77º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803149 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 49 | 73 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.50 |
| HSL | 341.77º | 0.45% | 0.35% | - |
| HSV(B) | 341.77º | 0.62% | 0.5% | - |
| XYZ | 11.2 | 7.27 | 7.12 | - |
| YUV | 75.36 | 126.67 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 73 | 0 | 0.62 | 0.43 | 0.50 | 341.77 | 0.45 | 0.35 |
| Hex | 80 | 31 | 49 | 0 | 3E | 2B | 32 | 156 | 2D | 23 |
| Octal | 200 | 61 | 111 | 0 | 76 | 53 | 62 | 526 | 55 | 43 |
| Binary | 10000000 | 110001 | 1001001 | 0 | 111110 | 101011 | 110010 | 101010110 | 101101 | 100011 |
Color Harmonies of #803149
Complementary color
Monochromatic Colors of #803149
Black with #803149
Text Example
Text Example
White with #803149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803149; }
p { color: rgb(128,49,73); }
H1.HeaderClassName
{
color: #803149;
}
.AnyTagClassName
{
color: #803149;
}
</style>
background-color css
<style>
a { background-color: #803149; }
a { background-color: rgb(128,49,73); }
div.DivClassName
{
background-color: #803149;
}
.BgClassName
{
background-color: #803149;
}
</style>
border-color css
<style>
span { border-color: #803149; }
span { border-color: rgb(128,49,73); }
td.TdClassName
{
border-color: #803149;
}
.TagClassName
{
border-color: #803149;
}
</style>