Shades of Camelot #803B45
Tints of Camelot #803B45
RGB
CMYK
RGB Variations
Color information
#803B45 (or 0x803B45) is known color: Camelot. HEX triplet: 80, 3B and 45. RGB value is (128,59,69). Sum of RGB (Red+Green+Blue) = 128+59+69=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #803B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803B45 is #7FC4BA. Grayscale: #505050. Windows color (decimal): -8373435 or 4537216. OLE color: 4537216.
HSL color Cylindrical-coordinate representation of color #803B45: hue angle of 351.3º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #803B45 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 59 | 69 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.50 |
| HSL | 351.3º | 0.37% | 0.37% | - |
| HSV(B) | 351.3º | 0.54% | 0.5% | - |
| XYZ | 11.54 | 8.15 | 6.59 | - |
| YUV | 80.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 69 | 0 | 0.54 | 0.46 | 0.50 | 351.3 | 0.37 | 0.37 |
| Hex | 80 | 3B | 45 | 0 | 36 | 2E | 32 | 15F | 25 | 25 |
| Octal | 200 | 73 | 105 | 0 | 66 | 56 | 62 | 537 | 45 | 45 |
| Binary | 10000000 | 111011 | 1000101 | 0 | 110110 | 101110 | 110010 | 101011111 | 100101 | 100101 |
Color Harmonies of #803B45
Complementary color
Monochromatic Colors of #803B45
Black with #803B45
Text Example
Text Example
White with #803B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B45; }
p { color: rgb(128,59,69); }
H1.HeaderClassName
{
color: #803B45;
}
.AnyTagClassName
{
color: #803B45;
}
</style>
background-color css
<style>
a { background-color: #803B45; }
a { background-color: rgb(128,59,69); }
div.DivClassName
{
background-color: #803B45;
}
.BgClassName
{
background-color: #803B45;
}
</style>
border-color css
<style>
span { border-color: #803B45; }
span { border-color: rgb(128,59,69); }
td.TdClassName
{
border-color: #803B45;
}
.TagClassName
{
border-color: #803B45;
}
</style>