Shades of Camelot #80364D
Tints of Camelot #80364D
RGB
CMYK
RGB Variations
Color information
#80364D (or 0x80364D) is known color: Camelot. HEX triplet: 80, 36 and 4D. RGB value is (128,54,77). Sum of RGB (Red+Green+Blue) = 128+54+77=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #80364D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80364D is #7FC9B2. Grayscale: #4E4E4E. Windows color (decimal): -8374707 or 5060224. OLE color: 5060224.
HSL color Cylindrical-coordinate representation of color #80364D: hue angle of 341.35º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80364D is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 54 | 77 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.50 |
| HSL | 341.35º | 0.41% | 0.36% | - |
| HSV(B) | 341.35º | 0.58% | 0.5% | - |
| XYZ | 11.56 | 7.76 | 7.91 | - |
| YUV | 78.75 | 127.02 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 77 | 0 | 0.58 | 0.40 | 0.50 | 341.35 | 0.41 | 0.36 |
| Hex | 80 | 36 | 4D | 0 | 3A | 28 | 32 | 155 | 29 | 24 |
| Octal | 200 | 66 | 115 | 0 | 72 | 50 | 62 | 525 | 51 | 44 |
| Binary | 10000000 | 110110 | 1001101 | 0 | 111010 | 101000 | 110010 | 101010101 | 101001 | 100100 |
Color Harmonies of #80364D
Complementary color
Monochromatic Colors of #80364D
Black with #80364D
Text Example
Text Example
White with #80364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80364D; }
p { color: rgb(128,54,77); }
H1.HeaderClassName
{
color: #80364D;
}
.AnyTagClassName
{
color: #80364D;
}
</style>
background-color css
<style>
a { background-color: #80364D; }
a { background-color: rgb(128,54,77); }
div.DivClassName
{
background-color: #80364D;
}
.BgClassName
{
background-color: #80364D;
}
</style>
border-color css
<style>
span { border-color: #80364D; }
span { border-color: rgb(128,54,77); }
td.TdClassName
{
border-color: #80364D;
}
.TagClassName
{
border-color: #80364D;
}
</style>