Shades of Camelot #884057
Tints of Camelot #884057
RGB
CMYK
RGB Variations
Color information
#884057 (or 0x884057) is known color: Camelot. HEX triplet: 88, 40 and 57. RGB value is (136,64,87). Sum of RGB (Red+Green+Blue) = 136+64+87=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #884057 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884057 is #77BFA8. Grayscale: #585858. Windows color (decimal): -7847849 or 5718152. OLE color: 5718152.
HSL color Cylindrical-coordinate representation of color #884057: hue angle of 340.83º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #884057 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 64 | 87 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.47 |
| HSL | 340.83º | 0.36% | 0.39% | - |
| HSV(B) | 340.83º | 0.53% | 0.53% | - |
| XYZ | 13.71 | 9.59 | 10.15 | - |
| YUV | 88.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 64 | 87 | 0 | 0.53 | 0.36 | 0.47 | 340.83 | 0.36 | 0.39 |
| Hex | 88 | 40 | 57 | 0 | 35 | 24 | 2F | 155 | 24 | 27 |
| Octal | 210 | 100 | 127 | 0 | 65 | 44 | 57 | 525 | 44 | 47 |
| Binary | 10001000 | 1000000 | 1010111 | 0 | 110101 | 100100 | 101111 | 101010101 | 100100 | 100111 |
Color Harmonies of #884057
Complementary color
Monochromatic Colors of #884057
Black with #884057
Text Example
Text Example
White with #884057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884057; }
p { color: rgb(136,64,87); }
H1.HeaderClassName
{
color: #884057;
}
.AnyTagClassName
{
color: #884057;
}
</style>
background-color css
<style>
a { background-color: #884057; }
a { background-color: rgb(136,64,87); }
div.DivClassName
{
background-color: #884057;
}
.BgClassName
{
background-color: #884057;
}
</style>
border-color css
<style>
span { border-color: #884057; }
span { border-color: rgb(136,64,87); }
td.TdClassName
{
border-color: #884057;
}
.TagClassName
{
border-color: #884057;
}
</style>