Shades of Camelot #884050
Tints of Camelot #884050
RGB
CMYK
RGB Variations
Color information
#884050 (or 0x884050) is known color: Camelot. HEX triplet: 88, 40 and 50. RGB value is (136,64,80). Sum of RGB (Red+Green+Blue) = 136+64+80=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #884050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884050 is #77BFAF. Grayscale: #575757. Windows color (decimal): -7847856 or 5259400. OLE color: 5259400.
HSL color Cylindrical-coordinate representation of color #884050: hue angle of 346.67º 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 #884050 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 64 | 80 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.47 |
| HSL | 346.67º | 0.36% | 0.39% | - |
| HSV(B) | 346.67º | 0.53% | 0.53% | - |
| XYZ | 13.43 | 9.48 | 8.71 | - |
| YUV | 87.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 64 | 80 | 0 | 0.53 | 0.41 | 0.47 | 346.67 | 0.36 | 0.39 |
| Hex | 88 | 40 | 50 | 0 | 35 | 29 | 2F | 15B | 24 | 27 |
| Octal | 210 | 100 | 120 | 0 | 65 | 51 | 57 | 533 | 44 | 47 |
| Binary | 10001000 | 1000000 | 1010000 | 0 | 110101 | 101001 | 101111 | 101011011 | 100100 | 100111 |
Color Harmonies of #884050
Complementary color
Monochromatic Colors of #884050
Black with #884050
Text Example
Text Example
White with #884050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884050; }
p { color: rgb(136,64,80); }
H1.HeaderClassName
{
color: #884050;
}
.AnyTagClassName
{
color: #884050;
}
</style>
background-color css
<style>
a { background-color: #884050; }
a { background-color: rgb(136,64,80); }
div.DivClassName
{
background-color: #884050;
}
.BgClassName
{
background-color: #884050;
}
</style>
border-color css
<style>
span { border-color: #884050; }
span { border-color: rgb(136,64,80); }
td.TdClassName
{
border-color: #884050;
}
.TagClassName
{
border-color: #884050;
}
</style>