Shades of Shiraz #89113A
Tints of Shiraz #89113A
RGB
CMYK
RGB Variations
Color information
#89113A (or 0x89113A) is known color: Shiraz. HEX triplet: 89, 11 and 3A. RGB value is (137,17,58). Sum of RGB (Red+Green+Blue) = 137+17+58=212 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.62% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 137 - color contains mainly: red. Hex color #89113A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89113A is #76EEC5. Grayscale: #393939. Windows color (decimal): -7794374 or 3805577. OLE color: 3805577.
HSL color Cylindrical-coordinate representation of color #89113A: hue angle of 339.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 #89113A is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 17 | 58 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.46 |
| HSL | 339.5º | 0.78% | 0.3% | - |
| HSV(B) | 339.5º | 0.88% | 0.54% | - |
| XYZ | 11.28 | 6.02 | 4.57 | - |
| YUV | 57.55 | 128.26 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 58 | 0 | 0.88 | 0.58 | 0.46 | 339.5 | 0.78 | 0.3 |
| Hex | 89 | 11 | 3A | 0 | 58 | 3A | 2E | 154 | 4E | 1E |
| Octal | 211 | 21 | 72 | 0 | 130 | 72 | 56 | 524 | 116 | 36 |
| Binary | 10001001 | 10001 | 111010 | 0 | 1011000 | 111010 | 101110 | 101010100 | 1001110 | 11110 |
Color Harmonies of #89113A
Complementary color
Monochromatic Colors of #89113A
Black with #89113A
Text Example
Text Example
White with #89113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89113A; }
p { color: rgb(137,17,58); }
H1.HeaderClassName
{
color: #89113A;
}
.AnyTagClassName
{
color: #89113A;
}
</style>
background-color css
<style>
a { background-color: #89113A; }
a { background-color: rgb(137,17,58); }
div.DivClassName
{
background-color: #89113A;
}
.BgClassName
{
background-color: #89113A;
}
</style>
border-color css
<style>
span { border-color: #89113A; }
span { border-color: rgb(137,17,58); }
td.TdClassName
{
border-color: #89113A;
}
.TagClassName
{
border-color: #89113A;
}
</style>