Shades of Old Brick #8E3132
Tints of Old Brick #8E3132
RGB
CMYK
RGB Variations
Color information
#8E3132 (or 0x8E3132) is known color: Old Brick. HEX triplet: 8E, 31 and 32. RGB value is (142,49,50). Sum of RGB (Red+Green+Blue) = 142+49+50=241 (31% of max value = 765). Red value is 142 (55.86% from 255 or 58.92% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3132 is #71CECD. Grayscale: #4D4D4D. Windows color (decimal): -7458510 or 3289486. OLE color: 3289486.
HSL color Cylindrical-coordinate representation of color #8E3132: hue angle of 359.35º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E3132 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 49 | 50 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.44 |
| HSL | 359.35º | 0.49% | 0.37% | - |
| HSV(B) | 359.35º | 0.65% | 0.56% | - |
| XYZ | 12.83 | 8.18 | 3.92 | - |
| YUV | 76.92 | 112.81 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 49 | 50 | 0 | 0.65 | 0.65 | 0.44 | 359.35 | 0.49 | 0.37 |
| Hex | 8E | 31 | 32 | 0 | 41 | 41 | 2C | 167 | 31 | 25 |
| Octal | 216 | 61 | 62 | 0 | 101 | 101 | 54 | 547 | 61 | 45 |
| Binary | 10001110 | 110001 | 110010 | 0 | 1000001 | 1000001 | 101100 | 101100111 | 110001 | 100101 |
Color Harmonies of #8E3132
Complementary color
Monochromatic Colors of #8E3132
Black with #8E3132
Text Example
Text Example
White with #8E3132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3132; }
p { color: rgb(142,49,50); }
H1.HeaderClassName
{
color: #8E3132;
}
.AnyTagClassName
{
color: #8E3132;
}
</style>
background-color css
<style>
a { background-color: #8E3132; }
a { background-color: rgb(142,49,50); }
div.DivClassName
{
background-color: #8E3132;
}
.BgClassName
{
background-color: #8E3132;
}
</style>
border-color css
<style>
span { border-color: #8E3132; }
span { border-color: rgb(142,49,50); }
td.TdClassName
{
border-color: #8E3132;
}
.TagClassName
{
border-color: #8E3132;
}
</style>