Shades of Camelot #844050
Tints of Camelot #844050
RGB
CMYK
RGB Variations
Color information
#844050 (or 0x844050) is known color: Camelot. HEX triplet: 84, 40 and 50. RGB value is (132,64,80). Sum of RGB (Red+Green+Blue) = 132+64+80=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #844050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844050 is #7BBFAF. Grayscale: #565656. Windows color (decimal): -8110000 or 5259396. OLE color: 5259396.
HSL color Cylindrical-coordinate representation of color #844050: hue angle of 345.88º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #844050 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 64 | 80 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.48 |
| HSL | 345.88º | 0.35% | 0.38% | - |
| HSV(B) | 345.88º | 0.52% | 0.52% | - |
| XYZ | 12.8 | 9.15 | 8.68 | - |
| YUV | 86.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 80 | 0 | 0.52 | 0.39 | 0.48 | 345.88 | 0.35 | 0.38 |
| Hex | 84 | 40 | 50 | 0 | 34 | 27 | 30 | 15A | 23 | 26 |
| Octal | 204 | 100 | 120 | 0 | 64 | 47 | 60 | 532 | 43 | 46 |
| Binary | 10000100 | 1000000 | 1010000 | 0 | 110100 | 100111 | 110000 | 101011010 | 100011 | 100110 |
Color Harmonies of #844050
Complementary color
Monochromatic Colors of #844050
Black with #844050
Text Example
Text Example
White with #844050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844050; }
p { color: rgb(132,64,80); }
H1.HeaderClassName
{
color: #844050;
}
.AnyTagClassName
{
color: #844050;
}
</style>
background-color css
<style>
a { background-color: #844050; }
a { background-color: rgb(132,64,80); }
div.DivClassName
{
background-color: #844050;
}
.BgClassName
{
background-color: #844050;
}
</style>
border-color css
<style>
span { border-color: #844050; }
span { border-color: rgb(132,64,80); }
td.TdClassName
{
border-color: #844050;
}
.TagClassName
{
border-color: #844050;
}
</style>