Shades of Old Brick #8E2F34
Tints of Old Brick #8E2F34
RGB
CMYK
RGB Variations
Color information
#8E2F34 (or 0x8E2F34) is known color: Old Brick. HEX triplet: 8E, 2F and 34. RGB value is (142,47,52). Sum of RGB (Red+Green+Blue) = 142+47+52=241 (31% of max value = 765). Red value is 142 (55.86% from 255 or 58.92% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2F34 is #71D0CB. Grayscale: #4C4C4C. Windows color (decimal): -7459020 or 3420046. OLE color: 3420046.
HSL color Cylindrical-coordinate representation of color #8E2F34: hue angle of 356.84º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E2F34 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 47 | 52 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.44 |
| HSL | 356.84º | 0.5% | 0.37% | - |
| HSV(B) | 356.84º | 0.67% | 0.56% | - |
| XYZ | 12.79 | 8.03 | 4.12 | - |
| YUV | 75.98 | 114.47 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 47 | 52 | 0 | 0.67 | 0.63 | 0.44 | 356.84 | 0.5 | 0.37 |
| Hex | 8E | 2F | 34 | 0 | 43 | 3F | 2C | 165 | 32 | 25 |
| Octal | 216 | 57 | 64 | 0 | 103 | 77 | 54 | 545 | 62 | 45 |
| Binary | 10001110 | 101111 | 110100 | 0 | 1000011 | 111111 | 101100 | 101100101 | 110010 | 100101 |
Color Harmonies of #8E2F34
Complementary color
Monochromatic Colors of #8E2F34
Black with #8E2F34
Text Example
Text Example
White with #8E2F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2F34; }
p { color: rgb(142,47,52); }
H1.HeaderClassName
{
color: #8E2F34;
}
.AnyTagClassName
{
color: #8E2F34;
}
</style>
background-color css
<style>
a { background-color: #8E2F34; }
a { background-color: rgb(142,47,52); }
div.DivClassName
{
background-color: #8E2F34;
}
.BgClassName
{
background-color: #8E2F34;
}
</style>
border-color css
<style>
span { border-color: #8E2F34; }
span { border-color: rgb(142,47,52); }
td.TdClassName
{
border-color: #8E2F34;
}
.TagClassName
{
border-color: #8E2F34;
}
</style>