Shades of Shiraz #89113D
Tints of Shiraz #89113D
RGB
CMYK
RGB Variations
Color information
#89113D (or 0x89113D) is known color: Shiraz. HEX triplet: 89, 11 and 3D. RGB value is (137,17,61). Sum of RGB (Red+Green+Blue) = 137+17+61=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #89113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89113D is #76EEC2. Grayscale: #393939. Windows color (decimal): -7794371 or 4002185. OLE color: 4002185.
HSL color Cylindrical-coordinate representation of color #89113D: hue angle of 338º 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 #89113D is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 17 | 61 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.46 |
| HSL | 338º | 0.78% | 0.3% | - |
| HSV(B) | 338º | 0.88% | 0.54% | - |
| XYZ | 11.36 | 6.06 | 4.99 | - |
| YUV | 57.9 | 129.76 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 61 | 0 | 0.88 | 0.55 | 0.46 | 338 | 0.78 | 0.3 |
| Hex | 89 | 11 | 3D | 0 | 58 | 37 | 2E | 152 | 4E | 1E |
| Octal | 211 | 21 | 75 | 0 | 130 | 67 | 56 | 522 | 116 | 36 |
| Binary | 10001001 | 10001 | 111101 | 0 | 1011000 | 110111 | 101110 | 101010010 | 1001110 | 11110 |
Color Harmonies of #89113D
Complementary color
Monochromatic Colors of #89113D
Black with #89113D
Text Example
Text Example
White with #89113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89113D; }
p { color: rgb(137,17,61); }
H1.HeaderClassName
{
color: #89113D;
}
.AnyTagClassName
{
color: #89113D;
}
</style>
background-color css
<style>
a { background-color: #89113D; }
a { background-color: rgb(137,17,61); }
div.DivClassName
{
background-color: #89113D;
}
.BgClassName
{
background-color: #89113D;
}
</style>
border-color css
<style>
span { border-color: #89113D; }
span { border-color: rgb(137,17,61); }
td.TdClassName
{
border-color: #89113D;
}
.TagClassName
{
border-color: #89113D;
}
</style>