Shades of Camelot #843E4E
Tints of Camelot #843E4E
RGB
CMYK
RGB Variations
Color information
#843E4E (or 0x843E4E) is known color: Camelot. HEX triplet: 84, 3E and 4E. RGB value is (132,62,78). Sum of RGB (Red+Green+Blue) = 132+62+78=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #843E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843E4E is #7BC1B1. Grayscale: #545454. Windows color (decimal): -8110514 or 5127812. OLE color: 5127812.
HSL color Cylindrical-coordinate representation of color #843E4E: hue angle of 346.29º 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 #843E4E is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 62 | 78 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.48 |
| HSL | 346.29º | 0.36% | 0.38% | - |
| HSV(B) | 346.29º | 0.53% | 0.52% | - |
| XYZ | 12.61 | 8.9 | 8.26 | - |
| YUV | 84.75 | 124.19 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 62 | 78 | 0 | 0.53 | 0.41 | 0.48 | 346.29 | 0.36 | 0.38 |
| Hex | 84 | 3E | 4E | 0 | 35 | 29 | 30 | 15A | 24 | 26 |
| Octal | 204 | 76 | 116 | 0 | 65 | 51 | 60 | 532 | 44 | 46 |
| Binary | 10000100 | 111110 | 1001110 | 0 | 110101 | 101001 | 110000 | 101011010 | 100100 | 100110 |
Color Harmonies of #843E4E
Complementary color
Monochromatic Colors of #843E4E
Black with #843E4E
Text Example
Text Example
White with #843E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843E4E; }
p { color: rgb(132,62,78); }
H1.HeaderClassName
{
color: #843E4E;
}
.AnyTagClassName
{
color: #843E4E;
}
</style>
background-color css
<style>
a { background-color: #843E4E; }
a { background-color: rgb(132,62,78); }
div.DivClassName
{
background-color: #843E4E;
}
.BgClassName
{
background-color: #843E4E;
}
</style>
border-color css
<style>
span { border-color: #843E4E; }
span { border-color: rgb(132,62,78); }
td.TdClassName
{
border-color: #843E4E;
}
.TagClassName
{
border-color: #843E4E;
}
</style>