Shades of Camelot #84404B
Tints of Camelot #84404B
RGB
CMYK
RGB Variations
Color information
#84404B (or 0x84404B) is known color: Camelot. HEX triplet: 84, 40 and 4B. RGB value is (132,64,75). Sum of RGB (Red+Green+Blue) = 132+64+75=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #84404B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84404B is #7BBFB4. Grayscale: #555555. Windows color (decimal): -8110005 or 4931716. OLE color: 4931716.
HSL color Cylindrical-coordinate representation of color #84404B: hue angle of 350.29º 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 #84404B is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 64 | 75 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.48 |
| HSL | 350.29º | 0.35% | 0.38% | - |
| HSV(B) | 350.29º | 0.52% | 0.52% | - |
| XYZ | 12.62 | 9.08 | 7.74 | - |
| YUV | 85.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 75 | 0 | 0.52 | 0.43 | 0.48 | 350.29 | 0.35 | 0.38 |
| Hex | 84 | 40 | 4B | 0 | 34 | 2B | 30 | 15E | 23 | 26 |
| Octal | 204 | 100 | 113 | 0 | 64 | 53 | 60 | 536 | 43 | 46 |
| Binary | 10000100 | 1000000 | 1001011 | 0 | 110100 | 101011 | 110000 | 101011110 | 100011 | 100110 |
Color Harmonies of #84404B
Complementary color
Monochromatic Colors of #84404B
Black with #84404B
Text Example
Text Example
White with #84404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84404B; }
p { color: rgb(132,64,75); }
H1.HeaderClassName
{
color: #84404B;
}
.AnyTagClassName
{
color: #84404B;
}
</style>
background-color css
<style>
a { background-color: #84404B; }
a { background-color: rgb(132,64,75); }
div.DivClassName
{
background-color: #84404B;
}
.BgClassName
{
background-color: #84404B;
}
</style>
border-color css
<style>
span { border-color: #84404B; }
span { border-color: rgb(132,64,75); }
td.TdClassName
{
border-color: #84404B;
}
.TagClassName
{
border-color: #84404B;
}
</style>