Shades of Old Brick #89343A
Tints of Old Brick #89343A
RGB
CMYK
RGB Variations
Color information
#89343A (or 0x89343A) is known color: Old Brick. HEX triplet: 89, 34 and 3A. RGB value is (137,52,58). Sum of RGB (Red+Green+Blue) = 137+52+58=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #89343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89343A is #76CBC5. Grayscale: #4E4E4E. Windows color (decimal): -7785414 or 3814537. OLE color: 3814537.
HSL color Cylindrical-coordinate representation of color #89343A: hue angle of 355.76º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #89343A is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 52 | 58 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.46 |
| HSL | 355.76º | 0.45% | 0.37% | - |
| HSV(B) | 355.76º | 0.62% | 0.54% | - |
| XYZ | 12.31 | 8.08 | 4.91 | - |
| YUV | 78.1 | 116.66 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 58 | 0 | 0.62 | 0.58 | 0.46 | 355.76 | 0.45 | 0.37 |
| Hex | 89 | 34 | 3A | 0 | 3E | 3A | 2E | 164 | 2D | 25 |
| Octal | 211 | 64 | 72 | 0 | 76 | 72 | 56 | 544 | 55 | 45 |
| Binary | 10001001 | 110100 | 111010 | 0 | 111110 | 111010 | 101110 | 101100100 | 101101 | 100101 |
Color Harmonies of #89343A
Complementary color
Monochromatic Colors of #89343A
Black with #89343A
Text Example
Text Example
White with #89343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89343A; }
p { color: rgb(137,52,58); }
H1.HeaderClassName
{
color: #89343A;
}
.AnyTagClassName
{
color: #89343A;
}
</style>
background-color css
<style>
a { background-color: #89343A; }
a { background-color: rgb(137,52,58); }
div.DivClassName
{
background-color: #89343A;
}
.BgClassName
{
background-color: #89343A;
}
</style>
border-color css
<style>
span { border-color: #89343A; }
span { border-color: rgb(137,52,58); }
td.TdClassName
{
border-color: #89343A;
}
.TagClassName
{
border-color: #89343A;
}
</style>