Shades of Camelot #80394C
Tints of Camelot #80394C
RGB
CMYK
RGB Variations
Color information
#80394C (or 0x80394C) is known color: Camelot. HEX triplet: 80, 39 and 4C. RGB value is (128,57,76). Sum of RGB (Red+Green+Blue) = 128+57+76=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #80394C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80394C is #7FC6B3. Grayscale: #505050. Windows color (decimal): -8373940 or 4995456. OLE color: 4995456.
HSL color Cylindrical-coordinate representation of color #80394C: hue angle of 343.94º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80394C is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 57 | 76 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.50 |
| HSL | 343.94º | 0.38% | 0.36% | - |
| HSV(B) | 343.94º | 0.55% | 0.5% | - |
| XYZ | 11.67 | 8.04 | 7.77 | - |
| YUV | 80.4 | 125.52 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 76 | 0 | 0.55 | 0.41 | 0.50 | 343.94 | 0.38 | 0.36 |
| Hex | 80 | 39 | 4C | 0 | 37 | 29 | 32 | 158 | 26 | 24 |
| Octal | 200 | 71 | 114 | 0 | 67 | 51 | 62 | 530 | 46 | 44 |
| Binary | 10000000 | 111001 | 1001100 | 0 | 110111 | 101001 | 110010 | 101011000 | 100110 | 100100 |
Color Harmonies of #80394C
Complementary color
Monochromatic Colors of #80394C
Black with #80394C
Text Example
Text Example
White with #80394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80394C; }
p { color: rgb(128,57,76); }
H1.HeaderClassName
{
color: #80394C;
}
.AnyTagClassName
{
color: #80394C;
}
</style>
background-color css
<style>
a { background-color: #80394C; }
a { background-color: rgb(128,57,76); }
div.DivClassName
{
background-color: #80394C;
}
.BgClassName
{
background-color: #80394C;
}
</style>
border-color css
<style>
span { border-color: #80394C; }
span { border-color: rgb(128,57,76); }
td.TdClassName
{
border-color: #80394C;
}
.TagClassName
{
border-color: #80394C;
}
</style>