Shades of Camelot #80444F
Tints of Camelot #80444F
RGB
CMYK
RGB Variations
Color information
#80444F (or 0x80444F) is known color: Camelot. HEX triplet: 80, 44 and 4F. RGB value is (128,68,79). Sum of RGB (Red+Green+Blue) = 128+68+79=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #80444F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80444F is #7FBBB0. Grayscale: #575757. Windows color (decimal): -8371121 or 5194880. OLE color: 5194880.
HSL color Cylindrical-coordinate representation of color #80444F: hue angle of 349º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80444F is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 68 | 79 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.50 |
| HSL | 349º | 0.31% | 0.38% | - |
| HSV(B) | 349º | 0.47% | 0.5% | - |
| XYZ | 12.38 | 9.29 | 8.54 | - |
| YUV | 87.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 79 | 0 | 0.47 | 0.38 | 0.50 | 349 | 0.31 | 0.38 |
| Hex | 80 | 44 | 4F | 0 | 2F | 26 | 32 | 15D | 1F | 26 |
| Octal | 200 | 104 | 117 | 0 | 57 | 46 | 62 | 535 | 37 | 46 |
| Binary | 10000000 | 1000100 | 1001111 | 0 | 101111 | 100110 | 110010 | 101011101 | 11111 | 100110 |
Color Harmonies of #80444F
Complementary color
Monochromatic Colors of #80444F
Black with #80444F
Text Example
Text Example
White with #80444F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80444F; }
p { color: rgb(128,68,79); }
H1.HeaderClassName
{
color: #80444F;
}
.AnyTagClassName
{
color: #80444F;
}
</style>
background-color css
<style>
a { background-color: #80444F; }
a { background-color: rgb(128,68,79); }
div.DivClassName
{
background-color: #80444F;
}
.BgClassName
{
background-color: #80444F;
}
</style>
border-color css
<style>
span { border-color: #80444F; }
span { border-color: rgb(128,68,79); }
td.TdClassName
{
border-color: #80444F;
}
.TagClassName
{
border-color: #80444F;
}
</style>