Shades of Old Brick #843031
Tints of Old Brick #843031
RGB
CMYK
RGB Variations
Color information
#843031 (or 0x843031) is known color: Old Brick. HEX triplet: 84, 30 and 31. RGB value is (132,48,49). Sum of RGB (Red+Green+Blue) = 132+48+49=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #843031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843031 is #7BCFCE. Grayscale: #494949. Windows color (decimal): -8114127 or 3223684. OLE color: 3223684.
HSL color Cylindrical-coordinate representation of color #843031: hue angle of 359.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #843031 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 48 | 49 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.48 |
| HSL | 359.29º | 0.47% | 0.35% | - |
| HSV(B) | 359.29º | 0.64% | 0.52% | - |
| XYZ | 11.13 | 7.24 | 3.72 | - |
| YUV | 73.23 | 114.33 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 49 | 0 | 0.64 | 0.63 | 0.48 | 359.29 | 0.47 | 0.35 |
| Hex | 84 | 30 | 31 | 0 | 40 | 3F | 30 | 167 | 2F | 23 |
| Octal | 204 | 60 | 61 | 0 | 100 | 77 | 60 | 547 | 57 | 43 |
| Binary | 10000100 | 110000 | 110001 | 0 | 1000000 | 111111 | 110000 | 101100111 | 101111 | 100011 |
Color Harmonies of #843031
Complementary color
Monochromatic Colors of #843031
Black with #843031
Text Example
Text Example
White with #843031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843031; }
p { color: rgb(132,48,49); }
H1.HeaderClassName
{
color: #843031;
}
.AnyTagClassName
{
color: #843031;
}
</style>
background-color css
<style>
a { background-color: #843031; }
a { background-color: rgb(132,48,49); }
div.DivClassName
{
background-color: #843031;
}
.BgClassName
{
background-color: #843031;
}
</style>
border-color css
<style>
span { border-color: #843031; }
span { border-color: rgb(132,48,49); }
td.TdClassName
{
border-color: #843031;
}
.TagClassName
{
border-color: #843031;
}
</style>