Shades of Camelot #80404D
Tints of Camelot #80404D
RGB
CMYK
RGB Variations
Color information
#80404D (or 0x80404D) is known color: Camelot. HEX triplet: 80, 40 and 4D. RGB value is (128,64,77). Sum of RGB (Red+Green+Blue) = 128+64+77=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #80404D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80404D is #7FBFB2. Grayscale: #545454. Windows color (decimal): -8372147 or 5062784. OLE color: 5062784.
HSL color Cylindrical-coordinate representation of color #80404D: hue angle of 347.81º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80404D is Cyan = 0, Magento = 0.5, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 64 | 77 | - |
| CMYK | 0 | 0.5 | 0.40 | 0.50 |
| HSL | 347.81º | 0.33% | 0.38% | - |
| HSV(B) | 347.81º | 0.5% | 0.5% | - |
| XYZ | 12.08 | 8.79 | 8.08 | - |
| YUV | 84.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 77 | 0 | 0.5 | 0.40 | 0.50 | 347.81 | 0.33 | 0.38 |
| Hex | 80 | 40 | 4D | 0 | 32 | 28 | 32 | 15C | 21 | 26 |
| Octal | 200 | 100 | 115 | 0 | 62 | 50 | 62 | 534 | 41 | 46 |
| Binary | 10000000 | 1000000 | 1001101 | 0 | 110010 | 101000 | 110010 | 101011100 | 100001 | 100110 |
Color Harmonies of #80404D
Complementary color
Monochromatic Colors of #80404D
Black with #80404D
Text Example
Text Example
White with #80404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80404D; }
p { color: rgb(128,64,77); }
H1.HeaderClassName
{
color: #80404D;
}
.AnyTagClassName
{
color: #80404D;
}
</style>
background-color css
<style>
a { background-color: #80404D; }
a { background-color: rgb(128,64,77); }
div.DivClassName
{
background-color: #80404D;
}
.BgClassName
{
background-color: #80404D;
}
</style>
border-color css
<style>
span { border-color: #80404D; }
span { border-color: rgb(128,64,77); }
td.TdClassName
{
border-color: #80404D;
}
.TagClassName
{
border-color: #80404D;
}
</style>