Shades of Camelot #84404C
Tints of Camelot #84404C
RGB
CMYK
RGB Variations
Color information
#84404C (or 0x84404C) is known color: Camelot. HEX triplet: 84, 40 and 4C. RGB value is (132,64,76). Sum of RGB (Red+Green+Blue) = 132+64+76=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #84404C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84404C is #7BBFB3. Grayscale: #555555. Windows color (decimal): -8110004 or 4997252. OLE color: 4997252.
HSL color Cylindrical-coordinate representation of color #84404C: hue angle of 349.41º 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 #84404C is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 64 | 76 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.48 |
| HSL | 349.41º | 0.35% | 0.38% | - |
| HSV(B) | 349.41º | 0.52% | 0.52% | - |
| XYZ | 12.65 | 9.09 | 7.93 | - |
| YUV | 85.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 76 | 0 | 0.52 | 0.42 | 0.48 | 349.41 | 0.35 | 0.38 |
| Hex | 84 | 40 | 4C | 0 | 34 | 2A | 30 | 15D | 23 | 26 |
| Octal | 204 | 100 | 114 | 0 | 64 | 52 | 60 | 535 | 43 | 46 |
| Binary | 10000100 | 1000000 | 1001100 | 0 | 110100 | 101010 | 110000 | 101011101 | 100011 | 100110 |
Color Harmonies of #84404C
Complementary color
Monochromatic Colors of #84404C
Black with #84404C
Text Example
Text Example
White with #84404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84404C; }
p { color: rgb(132,64,76); }
H1.HeaderClassName
{
color: #84404C;
}
.AnyTagClassName
{
color: #84404C;
}
</style>
background-color css
<style>
a { background-color: #84404C; }
a { background-color: rgb(132,64,76); }
div.DivClassName
{
background-color: #84404C;
}
.BgClassName
{
background-color: #84404C;
}
</style>
border-color css
<style>
span { border-color: #84404C; }
span { border-color: rgb(132,64,76); }
td.TdClassName
{
border-color: #84404C;
}
.TagClassName
{
border-color: #84404C;
}
</style>