Shades of Camelot #843C4A
Tints of Camelot #843C4A
RGB
CMYK
RGB Variations
Color information
#843C4A (or 0x843C4A) is known color: Camelot. HEX triplet: 84, 3C and 4A. RGB value is (132,60,74). Sum of RGB (Red+Green+Blue) = 132+60+74=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #843C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843C4A is #7BC3B5. Grayscale: #535353. Windows color (decimal): -8111030 or 4865156. OLE color: 4865156.
HSL color Cylindrical-coordinate representation of color #843C4A: hue angle of 348.33º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #843C4A is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 74 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.48 |
| HSL | 348.33º | 0.38% | 0.38% | - |
| HSV(B) | 348.33º | 0.55% | 0.52% | - |
| XYZ | 12.37 | 8.63 | 7.49 | - |
| YUV | 83.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 74 | 0 | 0.55 | 0.44 | 0.48 | 348.33 | 0.38 | 0.38 |
| Hex | 84 | 3C | 4A | 0 | 37 | 2C | 30 | 15C | 26 | 26 |
| Octal | 204 | 74 | 112 | 0 | 67 | 54 | 60 | 534 | 46 | 46 |
| Binary | 10000100 | 111100 | 1001010 | 0 | 110111 | 101100 | 110000 | 101011100 | 100110 | 100110 |
Color Harmonies of #843C4A
Complementary color
Monochromatic Colors of #843C4A
Black with #843C4A
Text Example
Text Example
White with #843C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C4A; }
p { color: rgb(132,60,74); }
H1.HeaderClassName
{
color: #843C4A;
}
.AnyTagClassName
{
color: #843C4A;
}
</style>
background-color css
<style>
a { background-color: #843C4A; }
a { background-color: rgb(132,60,74); }
div.DivClassName
{
background-color: #843C4A;
}
.BgClassName
{
background-color: #843C4A;
}
</style>
border-color css
<style>
span { border-color: #843C4A; }
span { border-color: rgb(132,60,74); }
td.TdClassName
{
border-color: #843C4A;
}
.TagClassName
{
border-color: #843C4A;
}
</style>