Shades of Camelot #80384E
Tints of Camelot #80384E
RGB
CMYK
RGB Variations
Color information
#80384E (or 0x80384E) is known color: Camelot. HEX triplet: 80, 38 and 4E. RGB value is (128,56,78). Sum of RGB (Red+Green+Blue) = 128+56+78=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #80384E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80384E is #7FC7B1. Grayscale: #505050. Windows color (decimal): -8374194 or 5126272. OLE color: 5126272.
HSL color Cylindrical-coordinate representation of color #80384E: hue angle of 341.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80384E is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 56 | 78 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.50 |
| HSL | 341.67º | 0.39% | 0.36% | - |
| HSV(B) | 341.67º | 0.56% | 0.5% | - |
| XYZ | 11.69 | 7.97 | 8.13 | - |
| YUV | 80.04 | 126.85 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 78 | 0 | 0.56 | 0.39 | 0.50 | 341.67 | 0.39 | 0.36 |
| Hex | 80 | 38 | 4E | 0 | 38 | 27 | 32 | 156 | 27 | 24 |
| Octal | 200 | 70 | 116 | 0 | 70 | 47 | 62 | 526 | 47 | 44 |
| Binary | 10000000 | 111000 | 1001110 | 0 | 111000 | 100111 | 110010 | 101010110 | 100111 | 100100 |
Color Harmonies of #80384E
Complementary color
Monochromatic Colors of #80384E
Black with #80384E
Text Example
Text Example
White with #80384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80384E; }
p { color: rgb(128,56,78); }
H1.HeaderClassName
{
color: #80384E;
}
.AnyTagClassName
{
color: #80384E;
}
</style>
background-color css
<style>
a { background-color: #80384E; }
a { background-color: rgb(128,56,78); }
div.DivClassName
{
background-color: #80384E;
}
.BgClassName
{
background-color: #80384E;
}
</style>
border-color css
<style>
span { border-color: #80384E; }
span { border-color: rgb(128,56,78); }
td.TdClassName
{
border-color: #80384E;
}
.TagClassName
{
border-color: #80384E;
}
</style>