Shades of Old Brick #89313B
Tints of Old Brick #89313B
RGB
CMYK
RGB Variations
Color information
#89313B (or 0x89313B) is known color: Old Brick. HEX triplet: 89, 31 and 3B. RGB value is (137,49,59). Sum of RGB (Red+Green+Blue) = 137+49+59=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #89313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89313B is #76CEC4. Grayscale: #4C4C4C. Windows color (decimal): -7786181 or 3879305. OLE color: 3879305.
HSL color Cylindrical-coordinate representation of color #89313B: hue angle of 353.18º 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 #89313B is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 49 | 59 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.46 |
| HSL | 353.18º | 0.47% | 0.36% | - |
| HSV(B) | 353.18º | 0.64% | 0.54% | - |
| XYZ | 12.2 | 7.83 | 5.01 | - |
| YUV | 76.45 | 118.15 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 49 | 59 | 0 | 0.64 | 0.57 | 0.46 | 353.18 | 0.47 | 0.36 |
| Hex | 89 | 31 | 3B | 0 | 40 | 39 | 2E | 161 | 2F | 24 |
| Octal | 211 | 61 | 73 | 0 | 100 | 71 | 56 | 541 | 57 | 44 |
| Binary | 10001001 | 110001 | 111011 | 0 | 1000000 | 111001 | 101110 | 101100001 | 101111 | 100100 |
Color Harmonies of #89313B
Complementary color
Monochromatic Colors of #89313B
Black with #89313B
Text Example
Text Example
White with #89313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89313B; }
p { color: rgb(137,49,59); }
H1.HeaderClassName
{
color: #89313B;
}
.AnyTagClassName
{
color: #89313B;
}
</style>
background-color css
<style>
a { background-color: #89313B; }
a { background-color: rgb(137,49,59); }
div.DivClassName
{
background-color: #89313B;
}
.BgClassName
{
background-color: #89313B;
}
</style>
border-color css
<style>
span { border-color: #89313B; }
span { border-color: rgb(137,49,59); }
td.TdClassName
{
border-color: #89313B;
}
.TagClassName
{
border-color: #89313B;
}
</style>