Shades of Old Brick #89333A
Tints of Old Brick #89333A
RGB
CMYK
RGB Variations
Color information
#89333A (or 0x89333A) is known color: Old Brick. HEX triplet: 89, 33 and 3A. RGB value is (137,51,58). Sum of RGB (Red+Green+Blue) = 137+51+58=246 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.69% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 137 - color contains mainly: red. Hex color #89333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89333A is #76CCC5. Grayscale: #4D4D4D. Windows color (decimal): -7785670 or 3814281. OLE color: 3814281.
HSL color Cylindrical-coordinate representation of color #89333A: hue angle of 355.12º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #89333A is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 51 | 58 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.46 |
| HSL | 355.12º | 0.46% | 0.37% | - |
| HSV(B) | 355.12º | 0.63% | 0.54% | - |
| XYZ | 12.26 | 7.99 | 4.9 | - |
| YUV | 77.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 58 | 0 | 0.63 | 0.58 | 0.46 | 355.12 | 0.46 | 0.37 |
| Hex | 89 | 33 | 3A | 0 | 3F | 3A | 2E | 163 | 2E | 25 |
| Octal | 211 | 63 | 72 | 0 | 77 | 72 | 56 | 543 | 56 | 45 |
| Binary | 10001001 | 110011 | 111010 | 0 | 111111 | 111010 | 101110 | 101100011 | 101110 | 100101 |
Color Harmonies of #89333A
Complementary color
Monochromatic Colors of #89333A
Black with #89333A
Text Example
Text Example
White with #89333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89333A; }
p { color: rgb(137,51,58); }
H1.HeaderClassName
{
color: #89333A;
}
.AnyTagClassName
{
color: #89333A;
}
</style>
background-color css
<style>
a { background-color: #89333A; }
a { background-color: rgb(137,51,58); }
div.DivClassName
{
background-color: #89333A;
}
.BgClassName
{
background-color: #89333A;
}
</style>
border-color css
<style>
span { border-color: #89333A; }
span { border-color: rgb(137,51,58); }
td.TdClassName
{
border-color: #89333A;
}
.TagClassName
{
border-color: #89333A;
}
</style>