Shades of Old Brick #89333D
Tints of Old Brick #89333D
RGB
CMYK
RGB Variations
Color information
#89333D (or 0x89333D) is known color: Old Brick. HEX triplet: 89, 33 and 3D. RGB value is (137,51,61). Sum of RGB (Red+Green+Blue) = 137+51+61=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #89333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89333D is #76CCC2. Grayscale: #4D4D4D. Windows color (decimal): -7785667 or 4010889. OLE color: 4010889.
HSL color Cylindrical-coordinate representation of color #89333D: hue angle of 353.02º 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 #89333D is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 51 | 61 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.46 |
| HSL | 353.02º | 0.46% | 0.37% | - |
| HSV(B) | 353.02º | 0.63% | 0.54% | - |
| XYZ | 12.34 | 8.02 | 5.31 | - |
| YUV | 77.85 | 118.49 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 61 | 0 | 0.63 | 0.55 | 0.46 | 353.02 | 0.46 | 0.37 |
| Hex | 89 | 33 | 3D | 0 | 3F | 37 | 2E | 161 | 2E | 25 |
| Octal | 211 | 63 | 75 | 0 | 77 | 67 | 56 | 541 | 56 | 45 |
| Binary | 10001001 | 110011 | 111101 | 0 | 111111 | 110111 | 101110 | 101100001 | 101110 | 100101 |
Color Harmonies of #89333D
Complementary color
Monochromatic Colors of #89333D
Black with #89333D
Text Example
Text Example
White with #89333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89333D; }
p { color: rgb(137,51,61); }
H1.HeaderClassName
{
color: #89333D;
}
.AnyTagClassName
{
color: #89333D;
}
</style>
background-color css
<style>
a { background-color: #89333D; }
a { background-color: rgb(137,51,61); }
div.DivClassName
{
background-color: #89333D;
}
.BgClassName
{
background-color: #89333D;
}
</style>
border-color css
<style>
span { border-color: #89333D; }
span { border-color: rgb(137,51,61); }
td.TdClassName
{
border-color: #89333D;
}
.TagClassName
{
border-color: #89333D;
}
</style>