Shades of Old Brick #843136
Tints of Old Brick #843136
RGB
CMYK
RGB Variations
Color information
#843136 (or 0x843136) is known color: Old Brick. HEX triplet: 84, 31 and 36. RGB value is (132,49,54). Sum of RGB (Red+Green+Blue) = 132+49+54=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #843136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843136 is #7BCEC9. Grayscale: #4A4A4A. Windows color (decimal): -8113866 or 3551620. OLE color: 3551620.
HSL color Cylindrical-coordinate representation of color #843136: hue angle of 356.39º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #843136 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 49 | 54 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.48 |
| HSL | 356.39º | 0.46% | 0.35% | - |
| HSV(B) | 356.39º | 0.63% | 0.52% | - |
| XYZ | 11.28 | 7.37 | 4.32 | - |
| YUV | 74.39 | 116.5 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 49 | 54 | 0 | 0.63 | 0.59 | 0.48 | 356.39 | 0.46 | 0.35 |
| Hex | 84 | 31 | 36 | 0 | 3F | 3B | 30 | 164 | 2E | 23 |
| Octal | 204 | 61 | 66 | 0 | 77 | 73 | 60 | 544 | 56 | 43 |
| Binary | 10000100 | 110001 | 110110 | 0 | 111111 | 111011 | 110000 | 101100100 | 101110 | 100011 |
Color Harmonies of #843136
Complementary color
Monochromatic Colors of #843136
Black with #843136
Text Example
Text Example
White with #843136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843136; }
p { color: rgb(132,49,54); }
H1.HeaderClassName
{
color: #843136;
}
.AnyTagClassName
{
color: #843136;
}
</style>
background-color css
<style>
a { background-color: #843136; }
a { background-color: rgb(132,49,54); }
div.DivClassName
{
background-color: #843136;
}
.BgClassName
{
background-color: #843136;
}
</style>
border-color css
<style>
span { border-color: #843136; }
span { border-color: rgb(132,49,54); }
td.TdClassName
{
border-color: #843136;
}
.TagClassName
{
border-color: #843136;
}
</style>