Shades of Camelot #884257
Tints of Camelot #884257
RGB
CMYK
RGB Variations
Color information
#884257 (or 0x884257) is known color: Camelot. HEX triplet: 88, 42 and 57. RGB value is (136,66,87). Sum of RGB (Red+Green+Blue) = 136+66+87=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #884257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884257 is #77BDA8. Grayscale: #595959. Windows color (decimal): -7847337 or 5718664. OLE color: 5718664.
HSL color Cylindrical-coordinate representation of color #884257: hue angle of 342º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884257 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 66 | 87 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.47 |
| HSL | 342º | 0.35% | 0.4% | - |
| HSV(B) | 342º | 0.51% | 0.53% | - |
| XYZ | 13.82 | 9.82 | 10.18 | - |
| YUV | 89.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 66 | 87 | 0 | 0.51 | 0.36 | 0.47 | 342 | 0.35 | 0.4 |
| Hex | 88 | 42 | 57 | 0 | 33 | 24 | 2F | 156 | 23 | 28 |
| Octal | 210 | 102 | 127 | 0 | 63 | 44 | 57 | 526 | 43 | 50 |
| Binary | 10001000 | 1000010 | 1010111 | 0 | 110011 | 100100 | 101111 | 101010110 | 100011 | 101000 |
Color Harmonies of #884257
Complementary color
Monochromatic Colors of #884257
Black with #884257
Text Example
Text Example
White with #884257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884257; }
p { color: rgb(136,66,87); }
H1.HeaderClassName
{
color: #884257;
}
.AnyTagClassName
{
color: #884257;
}
</style>
background-color css
<style>
a { background-color: #884257; }
a { background-color: rgb(136,66,87); }
div.DivClassName
{
background-color: #884257;
}
.BgClassName
{
background-color: #884257;
}
</style>
border-color css
<style>
span { border-color: #884257; }
span { border-color: rgb(136,66,87); }
td.TdClassName
{
border-color: #884257;
}
.TagClassName
{
border-color: #884257;
}
</style>