Shades of Camelot #884454
Tints of Camelot #884454
RGB
CMYK
RGB Variations
Color information
#884454 (or 0x884454) is known color: Camelot. HEX triplet: 88, 44 and 54. RGB value is (136,68,84). Sum of RGB (Red+Green+Blue) = 136+68+84=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #884454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884454 is #77BBAB. Grayscale: #5A5A5A. Windows color (decimal): -7846828 or 5522568. OLE color: 5522568.
HSL color Cylindrical-coordinate representation of color #884454: hue angle of 345.88º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #884454 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 68 | 84 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.47 |
| HSL | 345.88º | 0.33% | 0.4% | - |
| HSV(B) | 345.88º | 0.5% | 0.53% | - |
| XYZ | 13.82 | 10.01 | 9.59 | - |
| YUV | 90.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 84 | 0 | 0.50 | 0.38 | 0.47 | 345.88 | 0.33 | 0.4 |
| Hex | 88 | 44 | 54 | 0 | 32 | 26 | 2F | 15A | 21 | 28 |
| Octal | 210 | 104 | 124 | 0 | 62 | 46 | 57 | 532 | 41 | 50 |
| Binary | 10001000 | 1000100 | 1010100 | 0 | 110010 | 100110 | 101111 | 101011010 | 100001 | 101000 |
Color Harmonies of #884454
Complementary color
Monochromatic Colors of #884454
Black with #884454
Text Example
Text Example
White with #884454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884454; }
p { color: rgb(136,68,84); }
H1.HeaderClassName
{
color: #884454;
}
.AnyTagClassName
{
color: #884454;
}
</style>
background-color css
<style>
a { background-color: #884454; }
a { background-color: rgb(136,68,84); }
div.DivClassName
{
background-color: #884454;
}
.BgClassName
{
background-color: #884454;
}
</style>
border-color css
<style>
span { border-color: #884454; }
span { border-color: rgb(136,68,84); }
td.TdClassName
{
border-color: #884454;
}
.TagClassName
{
border-color: #884454;
}
</style>