Shades of Shiraz #89113C
Tints of Shiraz #89113C
RGB
CMYK
RGB Variations
Color information
#89113C (or 0x89113C) is known color: Shiraz. HEX triplet: 89, 11 and 3C. RGB value is (137,17,60). Sum of RGB (Red+Green+Blue) = 137+17+60=214 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.02% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 137 - color contains mainly: red. Hex color #89113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89113C is #76EEC3. Grayscale: #393939. Windows color (decimal): -7794372 or 3936649. OLE color: 3936649.
HSL color Cylindrical-coordinate representation of color #89113C: hue angle of 338.5º 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 #89113C is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 17 | 60 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.46 |
| HSL | 338.5º | 0.78% | 0.3% | - |
| HSV(B) | 338.5º | 0.88% | 0.54% | - |
| XYZ | 11.33 | 6.05 | 4.84 | - |
| YUV | 57.78 | 129.26 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 60 | 0 | 0.88 | 0.56 | 0.46 | 338.5 | 0.78 | 0.3 |
| Hex | 89 | 11 | 3C | 0 | 58 | 38 | 2E | 152 | 4E | 1E |
| Octal | 211 | 21 | 74 | 0 | 130 | 70 | 56 | 522 | 116 | 36 |
| Binary | 10001001 | 10001 | 111100 | 0 | 1011000 | 111000 | 101110 | 101010010 | 1001110 | 11110 |
Color Harmonies of #89113C
Complementary color
Monochromatic Colors of #89113C
Black with #89113C
Text Example
Text Example
White with #89113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89113C; }
p { color: rgb(137,17,60); }
H1.HeaderClassName
{
color: #89113C;
}
.AnyTagClassName
{
color: #89113C;
}
</style>
background-color css
<style>
a { background-color: #89113C; }
a { background-color: rgb(137,17,60); }
div.DivClassName
{
background-color: #89113C;
}
.BgClassName
{
background-color: #89113C;
}
</style>
border-color css
<style>
span { border-color: #89113C; }
span { border-color: rgb(137,17,60); }
td.TdClassName
{
border-color: #89113C;
}
.TagClassName
{
border-color: #89113C;
}
</style>