Shades of Old Brick #893132
Tints of Old Brick #893132
RGB
CMYK
RGB Variations
Color information
#893132 (or 0x893132) is known color: Old Brick. HEX triplet: 89, 31 and 32. RGB value is (137,49,50). Sum of RGB (Red+Green+Blue) = 137+49+50=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #893132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893132 is #76CECD. Grayscale: #4B4B4B. Windows color (decimal): -7786190 or 3289481. OLE color: 3289481.
HSL color Cylindrical-coordinate representation of color #893132: hue angle of 359.32º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893132 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 49 | 50 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.46 |
| HSL | 359.32º | 0.47% | 0.36% | - |
| HSV(B) | 359.32º | 0.64% | 0.54% | - |
| XYZ | 11.99 | 7.75 | 3.88 | - |
| YUV | 75.43 | 113.65 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 49 | 50 | 0 | 0.64 | 0.64 | 0.46 | 359.32 | 0.47 | 0.36 |
| Hex | 89 | 31 | 32 | 0 | 40 | 40 | 2E | 167 | 2F | 24 |
| Octal | 211 | 61 | 62 | 0 | 100 | 100 | 56 | 547 | 57 | 44 |
| Binary | 10001001 | 110001 | 110010 | 0 | 1000000 | 1000000 | 101110 | 101100111 | 101111 | 100100 |
Color Harmonies of #893132
Complementary color
Monochromatic Colors of #893132
Black with #893132
Text Example
Text Example
White with #893132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893132; }
p { color: rgb(137,49,50); }
H1.HeaderClassName
{
color: #893132;
}
.AnyTagClassName
{
color: #893132;
}
</style>
background-color css
<style>
a { background-color: #893132; }
a { background-color: rgb(137,49,50); }
div.DivClassName
{
background-color: #893132;
}
.BgClassName
{
background-color: #893132;
}
</style>
border-color css
<style>
span { border-color: #893132; }
span { border-color: rgb(137,49,50); }
td.TdClassName
{
border-color: #893132;
}
.TagClassName
{
border-color: #893132;
}
</style>