Shades of Camelot #802E45
Tints of Camelot #802E45
RGB
CMYK
RGB Variations
Color information
#802E45 (or 0x802E45) is known color: Camelot. HEX triplet: 80, 2E and 45. RGB value is (128,46,69). Sum of RGB (Red+Green+Blue) = 128+46+69=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #802E45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802E45 is #7FD1BA. Grayscale: #494949. Windows color (decimal): -8376763 or 4533888. OLE color: 4533888.
HSL color Cylindrical-coordinate representation of color #802E45: hue angle of 343.17º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #802E45 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 46 | 69 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.50 |
| HSL | 343.17º | 0.47% | 0.34% | - |
| HSV(B) | 343.17º | 0.64% | 0.5% | - |
| XYZ | 10.95 | 6.97 | 6.4 | - |
| YUV | 73.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 46 | 69 | 0 | 0.64 | 0.46 | 0.50 | 343.17 | 0.47 | 0.34 |
| Hex | 80 | 2E | 45 | 0 | 40 | 2E | 32 | 157 | 2F | 22 |
| Octal | 200 | 56 | 105 | 0 | 100 | 56 | 62 | 527 | 57 | 42 |
| Binary | 10000000 | 101110 | 1000101 | 0 | 1000000 | 101110 | 110010 | 101010111 | 101111 | 100010 |
Color Harmonies of #802E45
Complementary color
Monochromatic Colors of #802E45
Black with #802E45
Text Example
Text Example
White with #802E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802E45; }
p { color: rgb(128,46,69); }
H1.HeaderClassName
{
color: #802E45;
}
.AnyTagClassName
{
color: #802E45;
}
</style>
background-color css
<style>
a { background-color: #802E45; }
a { background-color: rgb(128,46,69); }
div.DivClassName
{
background-color: #802E45;
}
.BgClassName
{
background-color: #802E45;
}
</style>
border-color css
<style>
span { border-color: #802E45; }
span { border-color: rgb(128,46,69); }
td.TdClassName
{
border-color: #802E45;
}
.TagClassName
{
border-color: #802E45;
}
</style>