Shades of Camelot #843951
Tints of Camelot #843951
RGB
CMYK
RGB Variations
Color information
#843951 (or 0x843951) is known color: Camelot. HEX triplet: 84, 39 and 51. RGB value is (132,57,81). Sum of RGB (Red+Green+Blue) = 132+57+81=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #843951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843951 is #7BC6AE. Grayscale: #525252. Windows color (decimal): -8111791 or 5323140. OLE color: 5323140.
HSL color Cylindrical-coordinate representation of color #843951: hue angle of 340.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #843951 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 57 | 81 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.48 |
| HSL | 340.8º | 0.4% | 0.37% | - |
| HSV(B) | 340.8º | 0.57% | 0.52% | - |
| XYZ | 12.46 | 8.43 | 8.75 | - |
| YUV | 82.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 57 | 81 | 0 | 0.57 | 0.39 | 0.48 | 340.8 | 0.4 | 0.37 |
| Hex | 84 | 39 | 51 | 0 | 39 | 27 | 30 | 155 | 28 | 25 |
| Octal | 204 | 71 | 121 | 0 | 71 | 47 | 60 | 525 | 50 | 45 |
| Binary | 10000100 | 111001 | 1010001 | 0 | 111001 | 100111 | 110000 | 101010101 | 101000 | 100101 |
Color Harmonies of #843951
Complementary color
Monochromatic Colors of #843951
Black with #843951
Text Example
Text Example
White with #843951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843951; }
p { color: rgb(132,57,81); }
H1.HeaderClassName
{
color: #843951;
}
.AnyTagClassName
{
color: #843951;
}
</style>
background-color css
<style>
a { background-color: #843951; }
a { background-color: rgb(132,57,81); }
div.DivClassName
{
background-color: #843951;
}
.BgClassName
{
background-color: #843951;
}
</style>
border-color css
<style>
span { border-color: #843951; }
span { border-color: rgb(132,57,81); }
td.TdClassName
{
border-color: #843951;
}
.TagClassName
{
border-color: #843951;
}
</style>