Shades of Camelot #844658
Tints of Camelot #844658
RGB
CMYK
RGB Variations
Color information
#844658 (or 0x844658) is known color: Camelot. HEX triplet: 84, 46 and 58. RGB value is (132,70,88). Sum of RGB (Red+Green+Blue) = 132+70+88=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #844658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844658 is #7BB9A7. Grayscale: #5A5A5A. Windows color (decimal): -8108456 or 5785220. OLE color: 5785220.
HSL color Cylindrical-coordinate representation of color #844658: hue angle of 342.58º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #844658 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 70 | 88 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.48 |
| HSL | 342.58º | 0.31% | 0.4% | - |
| HSV(B) | 342.58º | 0.47% | 0.52% | - |
| XYZ | 13.47 | 9.99 | 10.45 | - |
| YUV | 90.59 | 126.54 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 70 | 88 | 0 | 0.47 | 0.33 | 0.48 | 342.58 | 0.31 | 0.4 |
| Hex | 84 | 46 | 58 | 0 | 2F | 21 | 30 | 157 | 1F | 28 |
| Octal | 204 | 106 | 130 | 0 | 57 | 41 | 60 | 527 | 37 | 50 |
| Binary | 10000100 | 1000110 | 1011000 | 0 | 101111 | 100001 | 110000 | 101010111 | 11111 | 101000 |
Color Harmonies of #844658
Complementary color
Monochromatic Colors of #844658
Black with #844658
Text Example
Text Example
White with #844658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844658; }
p { color: rgb(132,70,88); }
H1.HeaderClassName
{
color: #844658;
}
.AnyTagClassName
{
color: #844658;
}
</style>
background-color css
<style>
a { background-color: #844658; }
a { background-color: rgb(132,70,88); }
div.DivClassName
{
background-color: #844658;
}
.BgClassName
{
background-color: #844658;
}
</style>
border-color css
<style>
span { border-color: #844658; }
span { border-color: rgb(132,70,88); }
td.TdClassName
{
border-color: #844658;
}
.TagClassName
{
border-color: #844658;
}
</style>