Shades of Old Brick #89323D
Tints of Old Brick #89323D
RGB
CMYK
RGB Variations
Color information
#89323D (or 0x89323D) is known color: Old Brick. HEX triplet: 89, 32 and 3D. RGB value is (137,50,61). Sum of RGB (Red+Green+Blue) = 137+50+61=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #89323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89323D is #76CDC2. Grayscale: #4D4D4D. Windows color (decimal): -7785923 or 4010633. OLE color: 4010633.
HSL color Cylindrical-coordinate representation of color #89323D: hue angle of 352.41º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #89323D is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 50 | 61 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.46 |
| HSL | 352.41º | 0.47% | 0.37% | - |
| HSV(B) | 352.41º | 0.64% | 0.54% | - |
| XYZ | 12.3 | 7.94 | 5.3 | - |
| YUV | 77.27 | 118.82 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 61 | 0 | 0.64 | 0.55 | 0.46 | 352.41 | 0.47 | 0.37 |
| Hex | 89 | 32 | 3D | 0 | 40 | 37 | 2E | 160 | 2F | 25 |
| Octal | 211 | 62 | 75 | 0 | 100 | 67 | 56 | 540 | 57 | 45 |
| Binary | 10001001 | 110010 | 111101 | 0 | 1000000 | 110111 | 101110 | 101100000 | 101111 | 100101 |
Color Harmonies of #89323D
Complementary color
Monochromatic Colors of #89323D
Black with #89323D
Text Example
Text Example
White with #89323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89323D; }
p { color: rgb(137,50,61); }
H1.HeaderClassName
{
color: #89323D;
}
.AnyTagClassName
{
color: #89323D;
}
</style>
background-color css
<style>
a { background-color: #89323D; }
a { background-color: rgb(137,50,61); }
div.DivClassName
{
background-color: #89323D;
}
.BgClassName
{
background-color: #89323D;
}
</style>
border-color css
<style>
span { border-color: #89323D; }
span { border-color: rgb(137,50,61); }
td.TdClassName
{
border-color: #89323D;
}
.TagClassName
{
border-color: #89323D;
}
</style>