Shades of Camelot #803144
Tints of Camelot #803144
RGB
CMYK
RGB Variations
Color information
#803144 (or 0x803144) is known color: Camelot. HEX triplet: 80, 31 and 44. RGB value is (128,49,68). Sum of RGB (Red+Green+Blue) = 128+49+68=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #803144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803144 is #7FCEBB. Grayscale: #4A4A4A. Windows color (decimal): -8375996 or 4469120. OLE color: 4469120.
HSL color Cylindrical-coordinate representation of color #803144: hue angle of 345.57º 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 #803144 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 49 | 68 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.50 |
| HSL | 345.57º | 0.45% | 0.35% | - |
| HSV(B) | 345.57º | 0.62% | 0.5% | - |
| XYZ | 11.04 | 7.2 | 6.28 | - |
| YUV | 74.79 | 124.17 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 68 | 0 | 0.62 | 0.47 | 0.50 | 345.57 | 0.45 | 0.35 |
| Hex | 80 | 31 | 44 | 0 | 3E | 2F | 32 | 15A | 2D | 23 |
| Octal | 200 | 61 | 104 | 0 | 76 | 57 | 62 | 532 | 55 | 43 |
| Binary | 10000000 | 110001 | 1000100 | 0 | 111110 | 101111 | 110010 | 101011010 | 101101 | 100011 |
Color Harmonies of #803144
Complementary color
Monochromatic Colors of #803144
Black with #803144
Text Example
Text Example
White with #803144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803144; }
p { color: rgb(128,49,68); }
H1.HeaderClassName
{
color: #803144;
}
.AnyTagClassName
{
color: #803144;
}
</style>
background-color css
<style>
a { background-color: #803144; }
a { background-color: rgb(128,49,68); }
div.DivClassName
{
background-color: #803144;
}
.BgClassName
{
background-color: #803144;
}
</style>
border-color css
<style>
span { border-color: #803144; }
span { border-color: rgb(128,49,68); }
td.TdClassName
{
border-color: #803144;
}
.TagClassName
{
border-color: #803144;
}
</style>