Shades of Camelot #843646
Tints of Camelot #843646
RGB
CMYK
RGB Variations
Color information
#843646 (or 0x843646) is known color: Camelot. HEX triplet: 84, 36 and 46. RGB value is (132,54,70). Sum of RGB (Red+Green+Blue) = 132+54+70=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #843646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843646 is #7BC9B9. Grayscale: #4F4F4F. Windows color (decimal): -8112570 or 4601476. OLE color: 4601476.
HSL color Cylindrical-coordinate representation of color #843646: hue angle of 347.69º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #843646 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 54 | 70 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.48 |
| HSL | 347.69º | 0.42% | 0.36% | - |
| HSV(B) | 347.69º | 0.59% | 0.52% | - |
| XYZ | 11.94 | 7.99 | 6.71 | - |
| YUV | 79.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 70 | 0 | 0.59 | 0.47 | 0.48 | 347.69 | 0.42 | 0.36 |
| Hex | 84 | 36 | 46 | 0 | 3B | 2F | 30 | 15C | 2A | 24 |
| Octal | 204 | 66 | 106 | 0 | 73 | 57 | 60 | 534 | 52 | 44 |
| Binary | 10000100 | 110110 | 1000110 | 0 | 111011 | 101111 | 110000 | 101011100 | 101010 | 100100 |
Color Harmonies of #843646
Complementary color
Monochromatic Colors of #843646
Black with #843646
Text Example
Text Example
White with #843646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843646; }
p { color: rgb(132,54,70); }
H1.HeaderClassName
{
color: #843646;
}
.AnyTagClassName
{
color: #843646;
}
</style>
background-color css
<style>
a { background-color: #843646; }
a { background-color: rgb(132,54,70); }
div.DivClassName
{
background-color: #843646;
}
.BgClassName
{
background-color: #843646;
}
</style>
border-color css
<style>
span { border-color: #843646; }
span { border-color: rgb(132,54,70); }
td.TdClassName
{
border-color: #843646;
}
.TagClassName
{
border-color: #843646;
}
</style>