Shades of Camelot #843952
Tints of Camelot #843952
RGB
CMYK
RGB Variations
Color information
#843952 (or 0x843952) is known color: Camelot. HEX triplet: 84, 39 and 52. RGB value is (132,57,82). Sum of RGB (Red+Green+Blue) = 132+57+82=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #843952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843952 is #7BC6AD. Grayscale: #525252. Windows color (decimal): -8111790 or 5388676. OLE color: 5388676.
HSL color Cylindrical-coordinate representation of color #843952: hue angle of 340º 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 #843952 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 57 | 82 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.48 |
| HSL | 340º | 0.4% | 0.37% | - |
| HSV(B) | 340º | 0.57% | 0.52% | - |
| XYZ | 12.5 | 8.44 | 8.95 | - |
| YUV | 82.28 | 127.85 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 57 | 82 | 0 | 0.57 | 0.38 | 0.48 | 340 | 0.4 | 0.37 |
| Hex | 84 | 39 | 52 | 0 | 39 | 26 | 30 | 154 | 28 | 25 |
| Octal | 204 | 71 | 122 | 0 | 71 | 46 | 60 | 524 | 50 | 45 |
| Binary | 10000100 | 111001 | 1010010 | 0 | 111001 | 100110 | 110000 | 101010100 | 101000 | 100101 |
Color Harmonies of #843952
Complementary color
Monochromatic Colors of #843952
Black with #843952
Text Example
Text Example
White with #843952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843952; }
p { color: rgb(132,57,82); }
H1.HeaderClassName
{
color: #843952;
}
.AnyTagClassName
{
color: #843952;
}
</style>
background-color css
<style>
a { background-color: #843952; }
a { background-color: rgb(132,57,82); }
div.DivClassName
{
background-color: #843952;
}
.BgClassName
{
background-color: #843952;
}
</style>
border-color css
<style>
span { border-color: #843952; }
span { border-color: rgb(132,57,82); }
td.TdClassName
{
border-color: #843952;
}
.TagClassName
{
border-color: #843952;
}
</style>