Shades of Camelot #80374C
Tints of Camelot #80374C
RGB
CMYK
RGB Variations
Color information
#80374C (or 0x80374C) is known color: Camelot. HEX triplet: 80, 37 and 4C. RGB value is (128,55,76). Sum of RGB (Red+Green+Blue) = 128+55+76=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #80374C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80374C is #7FC8B3. Grayscale: #4F4F4F. Windows color (decimal): -8374452 or 4994944. OLE color: 4994944.
HSL color Cylindrical-coordinate representation of color #80374C: hue angle of 342.74º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80374C is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 55 | 76 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.50 |
| HSL | 342.74º | 0.4% | 0.36% | - |
| HSV(B) | 342.74º | 0.57% | 0.5% | - |
| XYZ | 11.57 | 7.84 | 7.74 | - |
| YUV | 79.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 55 | 76 | 0 | 0.57 | 0.41 | 0.50 | 342.74 | 0.4 | 0.36 |
| Hex | 80 | 37 | 4C | 0 | 39 | 29 | 32 | 157 | 28 | 24 |
| Octal | 200 | 67 | 114 | 0 | 71 | 51 | 62 | 527 | 50 | 44 |
| Binary | 10000000 | 110111 | 1001100 | 0 | 111001 | 101001 | 110010 | 101010111 | 101000 | 100100 |
Color Harmonies of #80374C
Complementary color
Monochromatic Colors of #80374C
Black with #80374C
Text Example
Text Example
White with #80374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80374C; }
p { color: rgb(128,55,76); }
H1.HeaderClassName
{
color: #80374C;
}
.AnyTagClassName
{
color: #80374C;
}
</style>
background-color css
<style>
a { background-color: #80374C; }
a { background-color: rgb(128,55,76); }
div.DivClassName
{
background-color: #80374C;
}
.BgClassName
{
background-color: #80374C;
}
</style>
border-color css
<style>
span { border-color: #80374C; }
span { border-color: rgb(128,55,76); }
td.TdClassName
{
border-color: #80374C;
}
.TagClassName
{
border-color: #80374C;
}
</style>