Shades of Camelot #803447
Tints of Camelot #803447
RGB
CMYK
RGB Variations
Color information
#803447 (or 0x803447) is known color: Camelot. HEX triplet: 80, 34 and 47. RGB value is (128,52,71). Sum of RGB (Red+Green+Blue) = 128+52+71=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #803447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803447 is #7FCBB8. Grayscale: #4C4C4C. Windows color (decimal): -8375225 or 4666496. OLE color: 4666496.
HSL color Cylindrical-coordinate representation of color #803447: hue angle of 345º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #803447 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 52 | 71 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.50 |
| HSL | 345º | 0.42% | 0.35% | - |
| HSV(B) | 345º | 0.59% | 0.5% | - |
| XYZ | 11.27 | 7.5 | 6.82 | - |
| YUV | 76.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 52 | 71 | 0 | 0.59 | 0.45 | 0.50 | 345 | 0.42 | 0.35 |
| Hex | 80 | 34 | 47 | 0 | 3B | 2D | 32 | 159 | 2A | 23 |
| Octal | 200 | 64 | 107 | 0 | 73 | 55 | 62 | 531 | 52 | 43 |
| Binary | 10000000 | 110100 | 1000111 | 0 | 111011 | 101101 | 110010 | 101011001 | 101010 | 100011 |
Color Harmonies of #803447
Complementary color
Monochromatic Colors of #803447
Black with #803447
Text Example
Text Example
White with #803447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803447; }
p { color: rgb(128,52,71); }
H1.HeaderClassName
{
color: #803447;
}
.AnyTagClassName
{
color: #803447;
}
</style>
background-color css
<style>
a { background-color: #803447; }
a { background-color: rgb(128,52,71); }
div.DivClassName
{
background-color: #803447;
}
.BgClassName
{
background-color: #803447;
}
</style>
border-color css
<style>
span { border-color: #803447; }
span { border-color: rgb(128,52,71); }
td.TdClassName
{
border-color: #803447;
}
.TagClassName
{
border-color: #803447;
}
</style>