Shades of Old Brick #89343B
Tints of Old Brick #89343B
RGB
CMYK
RGB Variations
Color information
#89343B (or 0x89343B) is known color: Old Brick. HEX triplet: 89, 34 and 3B. RGB value is (137,52,59). Sum of RGB (Red+Green+Blue) = 137+52+59=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #89343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89343B is #76CBC4. Grayscale: #4E4E4E. Windows color (decimal): -7785413 or 3880073. OLE color: 3880073.
HSL color Cylindrical-coordinate representation of color #89343B: hue angle of 355.06º 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 #89343B is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 52 | 59 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.46 |
| HSL | 355.06º | 0.45% | 0.37% | - |
| HSV(B) | 355.06º | 0.62% | 0.54% | - |
| XYZ | 12.33 | 8.09 | 5.05 | - |
| YUV | 78.21 | 117.16 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 59 | 0 | 0.62 | 0.57 | 0.46 | 355.06 | 0.45 | 0.37 |
| Hex | 89 | 34 | 3B | 0 | 3E | 39 | 2E | 163 | 2D | 25 |
| Octal | 211 | 64 | 73 | 0 | 76 | 71 | 56 | 543 | 55 | 45 |
| Binary | 10001001 | 110100 | 111011 | 0 | 111110 | 111001 | 101110 | 101100011 | 101101 | 100101 |
Color Harmonies of #89343B
Complementary color
Monochromatic Colors of #89343B
Black with #89343B
Text Example
Text Example
White with #89343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89343B; }
p { color: rgb(137,52,59); }
H1.HeaderClassName
{
color: #89343B;
}
.AnyTagClassName
{
color: #89343B;
}
</style>
background-color css
<style>
a { background-color: #89343B; }
a { background-color: rgb(137,52,59); }
div.DivClassName
{
background-color: #89343B;
}
.BgClassName
{
background-color: #89343B;
}
</style>
border-color css
<style>
span { border-color: #89343B; }
span { border-color: rgb(137,52,59); }
td.TdClassName
{
border-color: #89343B;
}
.TagClassName
{
border-color: #89343B;
}
</style>