Shades of Camelot #803345
Tints of Camelot #803345
RGB
CMYK
RGB Variations
Color information
#803345 (or 0x803345) is known color: Camelot. HEX triplet: 80, 33 and 45. RGB value is (128,51,69). Sum of RGB (Red+Green+Blue) = 128+51+69=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #803345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803345 is #7FCCBA. Grayscale: #4C4C4C. Windows color (decimal): -8375483 or 4535168. OLE color: 4535168.
HSL color Cylindrical-coordinate representation of color #803345: hue angle of 345.97º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #803345 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 51 | 69 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.50 |
| HSL | 345.97º | 0.43% | 0.35% | - |
| HSV(B) | 345.97º | 0.6% | 0.5% | - |
| XYZ | 11.16 | 7.39 | 6.47 | - |
| YUV | 76.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 69 | 0 | 0.60 | 0.46 | 0.50 | 345.97 | 0.43 | 0.35 |
| Hex | 80 | 33 | 45 | 0 | 3C | 2E | 32 | 15A | 2B | 23 |
| Octal | 200 | 63 | 105 | 0 | 74 | 56 | 62 | 532 | 53 | 43 |
| Binary | 10000000 | 110011 | 1000101 | 0 | 111100 | 101110 | 110010 | 101011010 | 101011 | 100011 |
Color Harmonies of #803345
Complementary color
Monochromatic Colors of #803345
Black with #803345
Text Example
Text Example
White with #803345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803345; }
p { color: rgb(128,51,69); }
H1.HeaderClassName
{
color: #803345;
}
.AnyTagClassName
{
color: #803345;
}
</style>
background-color css
<style>
a { background-color: #803345; }
a { background-color: rgb(128,51,69); }
div.DivClassName
{
background-color: #803345;
}
.BgClassName
{
background-color: #803345;
}
</style>
border-color css
<style>
span { border-color: #803345; }
span { border-color: rgb(128,51,69); }
td.TdClassName
{
border-color: #803345;
}
.TagClassName
{
border-color: #803345;
}
</style>