Shades of Camelot #803143
Tints of Camelot #803143
RGB
CMYK
RGB Variations
Color information
#803143 (or 0x803143) is known color: Camelot. HEX triplet: 80, 31 and 43. RGB value is (128,49,67). Sum of RGB (Red+Green+Blue) = 128+49+67=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #803143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803143 is #7FCEBC. Grayscale: #4A4A4A. Windows color (decimal): -8375997 or 4403584. OLE color: 4403584.
HSL color Cylindrical-coordinate representation of color #803143: hue angle of 346.33º 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 #803143 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 49 | 67 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.50 |
| HSL | 346.33º | 0.45% | 0.35% | - |
| HSV(B) | 346.33º | 0.62% | 0.5% | - |
| XYZ | 11.01 | 7.19 | 6.12 | - |
| YUV | 74.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 67 | 0 | 0.62 | 0.48 | 0.50 | 346.33 | 0.45 | 0.35 |
| Hex | 80 | 31 | 43 | 0 | 3E | 30 | 32 | 15A | 2D | 23 |
| Octal | 200 | 61 | 103 | 0 | 76 | 60 | 62 | 532 | 55 | 43 |
| Binary | 10000000 | 110001 | 1000011 | 0 | 111110 | 110000 | 110010 | 101011010 | 101101 | 100011 |
Color Harmonies of #803143
Complementary color
Monochromatic Colors of #803143
Black with #803143
Text Example
Text Example
White with #803143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803143; }
p { color: rgb(128,49,67); }
H1.HeaderClassName
{
color: #803143;
}
.AnyTagClassName
{
color: #803143;
}
</style>
background-color css
<style>
a { background-color: #803143; }
a { background-color: rgb(128,49,67); }
div.DivClassName
{
background-color: #803143;
}
.BgClassName
{
background-color: #803143;
}
</style>
border-color css
<style>
span { border-color: #803143; }
span { border-color: rgb(128,49,67); }
td.TdClassName
{
border-color: #803143;
}
.TagClassName
{
border-color: #803143;
}
</style>