Shades of Camelot #843F4A
Tints of Camelot #843F4A
RGB
CMYK
RGB Variations
Color information
#843F4A (or 0x843F4A) is known color: Camelot. HEX triplet: 84, 3F and 4A. RGB value is (132,63,74). Sum of RGB (Red+Green+Blue) = 132+63+74=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #843F4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843F4A is #7BC0B5. Grayscale: #545454. Windows color (decimal): -8110262 or 4865924. OLE color: 4865924.
HSL color Cylindrical-coordinate representation of color #843F4A: hue angle of 350.43º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #843F4A is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 63 | 74 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.48 |
| HSL | 350.43º | 0.35% | 0.38% | - |
| HSV(B) | 350.43º | 0.52% | 0.52% | - |
| XYZ | 12.53 | 8.95 | 7.55 | - |
| YUV | 84.89 | 121.86 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 63 | 74 | 0 | 0.52 | 0.44 | 0.48 | 350.43 | 0.35 | 0.38 |
| Hex | 84 | 3F | 4A | 0 | 34 | 2C | 30 | 15E | 23 | 26 |
| Octal | 204 | 77 | 112 | 0 | 64 | 54 | 60 | 536 | 43 | 46 |
| Binary | 10000100 | 111111 | 1001010 | 0 | 110100 | 101100 | 110000 | 101011110 | 100011 | 100110 |
Color Harmonies of #843F4A
Complementary color
Monochromatic Colors of #843F4A
Black with #843F4A
Text Example
Text Example
White with #843F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843F4A; }
p { color: rgb(132,63,74); }
H1.HeaderClassName
{
color: #843F4A;
}
.AnyTagClassName
{
color: #843F4A;
}
</style>
background-color css
<style>
a { background-color: #843F4A; }
a { background-color: rgb(132,63,74); }
div.DivClassName
{
background-color: #843F4A;
}
.BgClassName
{
background-color: #843F4A;
}
</style>
border-color css
<style>
span { border-color: #843F4A; }
span { border-color: rgb(132,63,74); }
td.TdClassName
{
border-color: #843F4A;
}
.TagClassName
{
border-color: #843F4A;
}
</style>