Shades of Old Brick #893133
Tints of Old Brick #893133
RGB
CMYK
RGB Variations
Color information
#893133 (or 0x893133) is known color: Old Brick. HEX triplet: 89, 31 and 33. RGB value is (137,49,51). Sum of RGB (Red+Green+Blue) = 137+49+51=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #893133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893133 is #76CECC. Grayscale: #4B4B4B. Windows color (decimal): -7786189 or 3355017. OLE color: 3355017.
HSL color Cylindrical-coordinate representation of color #893133: hue angle of 358.64º 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 #893133 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 49 | 51 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.46 |
| HSL | 358.64º | 0.47% | 0.36% | - |
| HSV(B) | 358.64º | 0.64% | 0.54% | - |
| XYZ | 12.01 | 7.75 | 4 | - |
| YUV | 75.54 | 114.15 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 49 | 51 | 0 | 0.64 | 0.63 | 0.46 | 358.64 | 0.47 | 0.36 |
| Hex | 89 | 31 | 33 | 0 | 40 | 3F | 2E | 167 | 2F | 24 |
| Octal | 211 | 61 | 63 | 0 | 100 | 77 | 56 | 547 | 57 | 44 |
| Binary | 10001001 | 110001 | 110011 | 0 | 1000000 | 111111 | 101110 | 101100111 | 101111 | 100100 |
Color Harmonies of #893133
Complementary color
Monochromatic Colors of #893133
Black with #893133
Text Example
Text Example
White with #893133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893133; }
p { color: rgb(137,49,51); }
H1.HeaderClassName
{
color: #893133;
}
.AnyTagClassName
{
color: #893133;
}
</style>
background-color css
<style>
a { background-color: #893133; }
a { background-color: rgb(137,49,51); }
div.DivClassName
{
background-color: #893133;
}
.BgClassName
{
background-color: #893133;
}
</style>
border-color css
<style>
span { border-color: #893133; }
span { border-color: rgb(137,49,51); }
td.TdClassName
{
border-color: #893133;
}
.TagClassName
{
border-color: #893133;
}
</style>