Shades of Shiraz #89293A
Tints of Shiraz #89293A
RGB
CMYK
RGB Variations
Color information
#89293A (or 0x89293A) is known color: Shiraz. HEX triplet: 89, 29 and 3A. RGB value is (137,41,58). Sum of RGB (Red+Green+Blue) = 137+41+58=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #89293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89293A is #76D6C5. Grayscale: #474747. Windows color (decimal): -7788230 or 3811721. OLE color: 3811721.
HSL color Cylindrical-coordinate representation of color #89293A: hue angle of 349.38º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #89293A is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 41 | 58 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.46 |
| HSL | 349.38º | 0.54% | 0.35% | - |
| HSV(B) | 349.38º | 0.7% | 0.54% | - |
| XYZ | 11.87 | 7.21 | 4.77 | - |
| YUV | 71.64 | 120.3 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 41 | 58 | 0 | 0.70 | 0.58 | 0.46 | 349.38 | 0.54 | 0.35 |
| Hex | 89 | 29 | 3A | 0 | 46 | 3A | 2E | 15D | 36 | 23 |
| Octal | 211 | 51 | 72 | 0 | 106 | 72 | 56 | 535 | 66 | 43 |
| Binary | 10001001 | 101001 | 111010 | 0 | 1000110 | 111010 | 101110 | 101011101 | 110110 | 100011 |
Color Harmonies of #89293A
Complementary color
Monochromatic Colors of #89293A
Black with #89293A
Text Example
Text Example
White with #89293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89293A; }
p { color: rgb(137,41,58); }
H1.HeaderClassName
{
color: #89293A;
}
.AnyTagClassName
{
color: #89293A;
}
</style>
background-color css
<style>
a { background-color: #89293A; }
a { background-color: rgb(137,41,58); }
div.DivClassName
{
background-color: #89293A;
}
.BgClassName
{
background-color: #89293A;
}
</style>
border-color css
<style>
span { border-color: #89293A; }
span { border-color: rgb(137,41,58); }
td.TdClassName
{
border-color: #89293A;
}
.TagClassName
{
border-color: #89293A;
}
</style>