Shades of Shiraz #89293C
Tints of Shiraz #89293C
RGB
CMYK
RGB Variations
Color information
#89293C (or 0x89293C) is known color: Shiraz. HEX triplet: 89, 29 and 3C. RGB value is (137,41,60). Sum of RGB (Red+Green+Blue) = 137+41+60=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #89293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89293C is #76D6C3. Grayscale: #474747. Windows color (decimal): -7788228 or 3942793. OLE color: 3942793.
HSL color Cylindrical-coordinate representation of color #89293C: hue angle of 348.12º 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 #89293C is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 41 | 60 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.46 |
| HSL | 348.13º | 0.54% | 0.35% | - |
| HSV(B) | 348.13º | 0.7% | 0.54% | - |
| XYZ | 11.93 | 7.23 | 5.04 | - |
| YUV | 71.87 | 121.3 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 41 | 60 | 0 | 0.70 | 0.56 | 0.46 | 348.13 | 0.54 | 0.35 |
| Hex | 89 | 29 | 3C | 0 | 46 | 38 | 2E | 15C | 36 | 23 |
| Octal | 211 | 51 | 74 | 0 | 106 | 70 | 56 | 534 | 66 | 43 |
| Binary | 10001001 | 101001 | 111100 | 0 | 1000110 | 111000 | 101110 | 101011100 | 110110 | 100011 |
Color Harmonies of #89293C
Complementary color
Monochromatic Colors of #89293C
Black with #89293C
Text Example
Text Example
White with #89293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89293C; }
p { color: rgb(137,41,60); }
H1.HeaderClassName
{
color: #89293C;
}
.AnyTagClassName
{
color: #89293C;
}
</style>
background-color css
<style>
a { background-color: #89293C; }
a { background-color: rgb(137,41,60); }
div.DivClassName
{
background-color: #89293C;
}
.BgClassName
{
background-color: #89293C;
}
</style>
border-color css
<style>
span { border-color: #89293C; }
span { border-color: rgb(137,41,60); }
td.TdClassName
{
border-color: #89293C;
}
.TagClassName
{
border-color: #89293C;
}
</style>