Shades of Old Brick #84343A
Tints of Old Brick #84343A
RGB
CMYK
RGB Variations
Color information
#84343A (or 0x84343A) is known color: Old Brick. HEX triplet: 84, 34 and 3A. RGB value is (132,52,58). Sum of RGB (Red+Green+Blue) = 132+52+58=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #84343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84343A is #7BCBC5. Grayscale: #4C4C4C. Windows color (decimal): -8113094 or 3814532. OLE color: 3814532.
HSL color Cylindrical-coordinate representation of color #84343A: hue angle of 355.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84343A is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 52 | 58 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.48 |
| HSL | 355.5º | 0.43% | 0.36% | - |
| HSV(B) | 355.5º | 0.61% | 0.52% | - |
| XYZ | 11.51 | 7.67 | 4.88 | - |
| YUV | 76.6 | 117.5 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 58 | 0 | 0.61 | 0.56 | 0.48 | 355.5 | 0.43 | 0.36 |
| Hex | 84 | 34 | 3A | 0 | 3D | 38 | 30 | 164 | 2B | 24 |
| Octal | 204 | 64 | 72 | 0 | 75 | 70 | 60 | 544 | 53 | 44 |
| Binary | 10000100 | 110100 | 111010 | 0 | 111101 | 111000 | 110000 | 101100100 | 101011 | 100100 |
Color Harmonies of #84343A
Complementary color
Monochromatic Colors of #84343A
Black with #84343A
Text Example
Text Example
White with #84343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84343A; }
p { color: rgb(132,52,58); }
H1.HeaderClassName
{
color: #84343A;
}
.AnyTagClassName
{
color: #84343A;
}
</style>
background-color css
<style>
a { background-color: #84343A; }
a { background-color: rgb(132,52,58); }
div.DivClassName
{
background-color: #84343A;
}
.BgClassName
{
background-color: #84343A;
}
</style>
border-color css
<style>
span { border-color: #84343A; }
span { border-color: rgb(132,52,58); }
td.TdClassName
{
border-color: #84343A;
}
.TagClassName
{
border-color: #84343A;
}
</style>