Shades of Camelot #80404F
Tints of Camelot #80404F
RGB
CMYK
RGB Variations
Color information
#80404F (or 0x80404F) is known color: Camelot. HEX triplet: 80, 40 and 4F. RGB value is (128,64,79). Sum of RGB (Red+Green+Blue) = 128+64+79=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80404F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80404F is #7FBFB0. Grayscale: #545454. Windows color (decimal): -8372145 or 5193856. OLE color: 5193856.
HSL color Cylindrical-coordinate representation of color #80404F: hue angle of 345.94º 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 #80404F is Cyan = 0, Magento = 0.5, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 64 | 79 | - |
| CMYK | 0 | 0.5 | 0.38 | 0.50 |
| HSL | 345.94º | 0.33% | 0.38% | - |
| HSV(B) | 345.94º | 0.5% | 0.5% | - |
| XYZ | 12.15 | 8.82 | 8.46 | - |
| YUV | 84.85 | 124.7 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 79 | 0 | 0.5 | 0.38 | 0.50 | 345.94 | 0.33 | 0.38 |
| Hex | 80 | 40 | 4F | 0 | 32 | 26 | 32 | 15A | 21 | 26 |
| Octal | 200 | 100 | 117 | 0 | 62 | 46 | 62 | 532 | 41 | 46 |
| Binary | 10000000 | 1000000 | 1001111 | 0 | 110010 | 100110 | 110010 | 101011010 | 100001 | 100110 |
Color Harmonies of #80404F
Complementary color
Monochromatic Colors of #80404F
Black with #80404F
Text Example
Text Example
White with #80404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80404F; }
p { color: rgb(128,64,79); }
H1.HeaderClassName
{
color: #80404F;
}
.AnyTagClassName
{
color: #80404F;
}
</style>
background-color css
<style>
a { background-color: #80404F; }
a { background-color: rgb(128,64,79); }
div.DivClassName
{
background-color: #80404F;
}
.BgClassName
{
background-color: #80404F;
}
</style>
border-color css
<style>
span { border-color: #80404F; }
span { border-color: rgb(128,64,79); }
td.TdClassName
{
border-color: #80404F;
}
.TagClassName
{
border-color: #80404F;
}
</style>