Shades of Camelot #80374F
Tints of Camelot #80374F
RGB
CMYK
RGB Variations
Color information
#80374F (or 0x80374F) is known color: Camelot. HEX triplet: 80, 37 and 4F. RGB value is (128,55,79). Sum of RGB (Red+Green+Blue) = 128+55+79=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #80374F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80374F is #7FC8B0. Grayscale: #4F4F4F. Windows color (decimal): -8374449 or 5191552. OLE color: 5191552.
HSL color Cylindrical-coordinate representation of color #80374F: hue angle of 340.27º 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 #80374F is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 55 | 79 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.50 |
| HSL | 340.27º | 0.4% | 0.36% | - |
| HSV(B) | 340.27º | 0.57% | 0.5% | - |
| XYZ | 11.68 | 7.89 | 8.3 | - |
| YUV | 79.56 | 127.68 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 55 | 79 | 0 | 0.57 | 0.38 | 0.50 | 340.27 | 0.4 | 0.36 |
| Hex | 80 | 37 | 4F | 0 | 39 | 26 | 32 | 154 | 28 | 24 |
| Octal | 200 | 67 | 117 | 0 | 71 | 46 | 62 | 524 | 50 | 44 |
| Binary | 10000000 | 110111 | 1001111 | 0 | 111001 | 100110 | 110010 | 101010100 | 101000 | 100100 |
Color Harmonies of #80374F
Complementary color
Monochromatic Colors of #80374F
Black with #80374F
Text Example
Text Example
White with #80374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80374F; }
p { color: rgb(128,55,79); }
H1.HeaderClassName
{
color: #80374F;
}
.AnyTagClassName
{
color: #80374F;
}
</style>
background-color css
<style>
a { background-color: #80374F; }
a { background-color: rgb(128,55,79); }
div.DivClassName
{
background-color: #80374F;
}
.BgClassName
{
background-color: #80374F;
}
</style>
border-color css
<style>
span { border-color: #80374F; }
span { border-color: rgb(128,55,79); }
td.TdClassName
{
border-color: #80374F;
}
.TagClassName
{
border-color: #80374F;
}
</style>