Shades of Camelot #843E58
Tints of Camelot #843E58
RGB
CMYK
RGB Variations
Color information
#843E58 (or 0x843E58) is known color: Camelot. HEX triplet: 84, 3E and 58. RGB value is (132,62,88). Sum of RGB (Red+Green+Blue) = 132+62+88=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #843E58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843E58 is #7BC1A7. Grayscale: #555555. Windows color (decimal): -8110504 or 5783172. OLE color: 5783172.
HSL color Cylindrical-coordinate representation of color #843E58: hue angle of 337.71º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #843E58 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 62 | 88 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.48 |
| HSL | 337.71º | 0.36% | 0.38% | - |
| HSV(B) | 337.71º | 0.53% | 0.52% | - |
| XYZ | 13 | 9.06 | 10.3 | - |
| YUV | 85.89 | 129.19 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 62 | 88 | 0 | 0.53 | 0.33 | 0.48 | 337.71 | 0.36 | 0.38 |
| Hex | 84 | 3E | 58 | 0 | 35 | 21 | 30 | 152 | 24 | 26 |
| Octal | 204 | 76 | 130 | 0 | 65 | 41 | 60 | 522 | 44 | 46 |
| Binary | 10000100 | 111110 | 1011000 | 0 | 110101 | 100001 | 110000 | 101010010 | 100100 | 100110 |
Color Harmonies of #843E58
Complementary color
Monochromatic Colors of #843E58
Black with #843E58
Text Example
Text Example
White with #843E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843E58; }
p { color: rgb(132,62,88); }
H1.HeaderClassName
{
color: #843E58;
}
.AnyTagClassName
{
color: #843E58;
}
</style>
background-color css
<style>
a { background-color: #843E58; }
a { background-color: rgb(132,62,88); }
div.DivClassName
{
background-color: #843E58;
}
.BgClassName
{
background-color: #843E58;
}
</style>
border-color css
<style>
span { border-color: #843E58; }
span { border-color: rgb(132,62,88); }
td.TdClassName
{
border-color: #843E58;
}
.TagClassName
{
border-color: #843E58;
}
</style>