Shades of Shiraz #89113B
Tints of Shiraz #89113B
RGB
CMYK
RGB Variations
Color information
#89113B (or 0x89113B) is known color: Shiraz. HEX triplet: 89, 11 and 3B. RGB value is (137,17,59). Sum of RGB (Red+Green+Blue) = 137+17+59=213 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.32% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 137 - color contains mainly: red. Hex color #89113B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89113B is #76EEC4. Grayscale: #393939. Windows color (decimal): -7794373 or 3871113. OLE color: 3871113.
HSL color Cylindrical-coordinate representation of color #89113B: hue angle of 339º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89113B is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 17 | 59 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.46 |
| HSL | 339º | 0.78% | 0.3% | - |
| HSV(B) | 339º | 0.88% | 0.54% | - |
| XYZ | 11.31 | 6.04 | 4.71 | - |
| YUV | 57.67 | 128.76 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 59 | 0 | 0.88 | 0.57 | 0.46 | 339 | 0.78 | 0.3 |
| Hex | 89 | 11 | 3B | 0 | 58 | 39 | 2E | 153 | 4E | 1E |
| Octal | 211 | 21 | 73 | 0 | 130 | 71 | 56 | 523 | 116 | 36 |
| Binary | 10001001 | 10001 | 111011 | 0 | 1011000 | 111001 | 101110 | 101010011 | 1001110 | 11110 |
Color Harmonies of #89113B
Complementary color
Monochromatic Colors of #89113B
Black with #89113B
Text Example
Text Example
White with #89113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89113B; }
p { color: rgb(137,17,59); }
H1.HeaderClassName
{
color: #89113B;
}
.AnyTagClassName
{
color: #89113B;
}
</style>
background-color css
<style>
a { background-color: #89113B; }
a { background-color: rgb(137,17,59); }
div.DivClassName
{
background-color: #89113B;
}
.BgClassName
{
background-color: #89113B;
}
</style>
border-color css
<style>
span { border-color: #89113B; }
span { border-color: rgb(137,17,59); }
td.TdClassName
{
border-color: #89113B;
}
.TagClassName
{
border-color: #89113B;
}
</style>