Shades of Shiraz #89103D
Tints of Shiraz #89103D
RGB
CMYK
RGB Variations
Color information
#89103D (or 0x89103D) is known color: Shiraz. HEX triplet: 89, 10 and 3D. RGB value is (137,16,61). Sum of RGB (Red+Green+Blue) = 137+16+61=214 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.02% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 137 - color contains mainly: red. Hex color #89103D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89103D is #76EFC2. Grayscale: #393939. Windows color (decimal): -7794627 or 4001929. OLE color: 4001929.
HSL color Cylindrical-coordinate representation of color #89103D: hue angle of 337.69º degrees, saturation: 0.79, 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 #89103D is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 16 | 61 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.46 |
| HSL | 337.69º | 0.79% | 0.3% | - |
| HSV(B) | 337.69º | 0.88% | 0.54% | - |
| XYZ | 11.34 | 6.03 | 4.98 | - |
| YUV | 57.31 | 130.09 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 16 | 61 | 0 | 0.88 | 0.55 | 0.46 | 337.69 | 0.79 | 0.3 |
| Hex | 89 | 10 | 3D | 0 | 58 | 37 | 2E | 152 | 4F | 1E |
| Octal | 211 | 20 | 75 | 0 | 130 | 67 | 56 | 522 | 117 | 36 |
| Binary | 10001001 | 10000 | 111101 | 0 | 1011000 | 110111 | 101110 | 101010010 | 1001111 | 11110 |
Color Harmonies of #89103D
Complementary color
Monochromatic Colors of #89103D
Black with #89103D
Text Example
Text Example
White with #89103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89103D; }
p { color: rgb(137,16,61); }
H1.HeaderClassName
{
color: #89103D;
}
.AnyTagClassName
{
color: #89103D;
}
</style>
background-color css
<style>
a { background-color: #89103D; }
a { background-color: rgb(137,16,61); }
div.DivClassName
{
background-color: #89103D;
}
.BgClassName
{
background-color: #89103D;
}
</style>
border-color css
<style>
span { border-color: #89103D; }
span { border-color: rgb(137,16,61); }
td.TdClassName
{
border-color: #89103D;
}
.TagClassName
{
border-color: #89103D;
}
</style>