Shades of Camelot #884457
Tints of Camelot #884457
RGB
CMYK
RGB Variations
Color information
#884457 (or 0x884457) is known color: Camelot. HEX triplet: 88, 44 and 57. RGB value is (136,68,87). Sum of RGB (Red+Green+Blue) = 136+68+87=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #884457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884457 is #77BBA8. Grayscale: #5A5A5A. Windows color (decimal): -7846825 or 5719176. OLE color: 5719176.
HSL color Cylindrical-coordinate representation of color #884457: hue angle of 343.24º 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 #884457 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 68 | 87 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.47 |
| HSL | 343.24º | 0.33% | 0.4% | - |
| HSV(B) | 343.24º | 0.5% | 0.53% | - |
| XYZ | 13.94 | 10.06 | 10.22 | - |
| YUV | 90.5 | 126.03 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 87 | 0 | 0.50 | 0.36 | 0.47 | 343.24 | 0.33 | 0.4 |
| Hex | 88 | 44 | 57 | 0 | 32 | 24 | 2F | 157 | 21 | 28 |
| Octal | 210 | 104 | 127 | 0 | 62 | 44 | 57 | 527 | 41 | 50 |
| Binary | 10001000 | 1000100 | 1010111 | 0 | 110010 | 100100 | 101111 | 101010111 | 100001 | 101000 |
Color Harmonies of #884457
Complementary color
Monochromatic Colors of #884457
Black with #884457
Text Example
Text Example
White with #884457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884457; }
p { color: rgb(136,68,87); }
H1.HeaderClassName
{
color: #884457;
}
.AnyTagClassName
{
color: #884457;
}
</style>
background-color css
<style>
a { background-color: #884457; }
a { background-color: rgb(136,68,87); }
div.DivClassName
{
background-color: #884457;
}
.BgClassName
{
background-color: #884457;
}
</style>
border-color css
<style>
span { border-color: #884457; }
span { border-color: rgb(136,68,87); }
td.TdClassName
{
border-color: #884457;
}
.TagClassName
{
border-color: #884457;
}
</style>