Shades of Old Brick #8E3135
Tints of Old Brick #8E3135
RGB
CMYK
RGB Variations
Color information
#8E3135 (or 0x8E3135) is known color: Old Brick. HEX triplet: 8E, 31 and 35. RGB value is (142,49,53). Sum of RGB (Red+Green+Blue) = 142+49+53=244 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.20% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3135 is #71CECA. Grayscale: #4D4D4D. Windows color (decimal): -7458507 or 3486094. OLE color: 3486094.
HSL color Cylindrical-coordinate representation of color #8E3135: hue angle of 357.42º 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 #8E3135 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 49 | 53 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.44 |
| HSL | 357.42º | 0.49% | 0.37% | - |
| HSV(B) | 357.42º | 0.65% | 0.56% | - |
| XYZ | 12.9 | 8.2 | 4.27 | - |
| YUV | 77.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 49 | 53 | 0 | 0.65 | 0.63 | 0.44 | 357.42 | 0.49 | 0.37 |
| Hex | 8E | 31 | 35 | 0 | 41 | 3F | 2C | 165 | 31 | 25 |
| Octal | 216 | 61 | 65 | 0 | 101 | 77 | 54 | 545 | 61 | 45 |
| Binary | 10001110 | 110001 | 110101 | 0 | 1000001 | 111111 | 101100 | 101100101 | 110001 | 100101 |
Color Harmonies of #8E3135
Complementary color
Monochromatic Colors of #8E3135
Black with #8E3135
Text Example
Text Example
White with #8E3135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3135; }
p { color: rgb(142,49,53); }
H1.HeaderClassName
{
color: #8E3135;
}
.AnyTagClassName
{
color: #8E3135;
}
</style>
background-color css
<style>
a { background-color: #8E3135; }
a { background-color: rgb(142,49,53); }
div.DivClassName
{
background-color: #8E3135;
}
.BgClassName
{
background-color: #8E3135;
}
</style>
border-color css
<style>
span { border-color: #8E3135; }
span { border-color: rgb(142,49,53); }
td.TdClassName
{
border-color: #8E3135;
}
.TagClassName
{
border-color: #8E3135;
}
</style>