Shades of Shiraz #89163D
Tints of Shiraz #89163D
RGB
CMYK
RGB Variations
Color information
#89163D (or 0x89163D) is known color: Shiraz. HEX triplet: 89, 16 and 3D. RGB value is (137,22,61). Sum of RGB (Red+Green+Blue) = 137+22+61=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #89163D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89163D is #76E9C2. Grayscale: #3C3C3C. Windows color (decimal): -7793091 or 4003465. OLE color: 4003465.
HSL color Cylindrical-coordinate representation of color #89163D: hue angle of 339.65º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #89163D is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 22 | 61 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.46 |
| HSL | 339.65º | 0.72% | 0.31% | - |
| HSV(B) | 339.65º | 0.84% | 0.54% | - |
| XYZ | 11.45 | 6.23 | 5.01 | - |
| YUV | 60.83 | 128.1 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 22 | 61 | 0 | 0.84 | 0.55 | 0.46 | 339.65 | 0.72 | 0.31 |
| Hex | 89 | 16 | 3D | 0 | 54 | 37 | 2E | 154 | 48 | 1F |
| Octal | 211 | 26 | 75 | 0 | 124 | 67 | 56 | 524 | 110 | 37 |
| Binary | 10001001 | 10110 | 111101 | 0 | 1010100 | 110111 | 101110 | 101010100 | 1001000 | 11111 |
Color Harmonies of #89163D
Complementary color
Monochromatic Colors of #89163D
Black with #89163D
Text Example
Text Example
White with #89163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89163D; }
p { color: rgb(137,22,61); }
H1.HeaderClassName
{
color: #89163D;
}
.AnyTagClassName
{
color: #89163D;
}
</style>
background-color css
<style>
a { background-color: #89163D; }
a { background-color: rgb(137,22,61); }
div.DivClassName
{
background-color: #89163D;
}
.BgClassName
{
background-color: #89163D;
}
</style>
border-color css
<style>
span { border-color: #89163D; }
span { border-color: rgb(137,22,61); }
td.TdClassName
{
border-color: #89163D;
}
.TagClassName
{
border-color: #89163D;
}
</style>