Shades of Shiraz #89173D
Tints of Shiraz #89173D
RGB
CMYK
RGB Variations
Color information
#89173D (or 0x89173D) is known color: Shiraz. HEX triplet: 89, 17 and 3D. RGB value is (137,23,61). Sum of RGB (Red+Green+Blue) = 137+23+61=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #89173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89173D is #76E8C2. Grayscale: #3D3D3D. Windows color (decimal): -7792835 or 4003721. OLE color: 4003721.
HSL color Cylindrical-coordinate representation of color #89173D: hue angle of 340º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #89173D is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 23 | 61 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.46 |
| HSL | 340º | 0.71% | 0.31% | - |
| HSV(B) | 340º | 0.83% | 0.54% | - |
| XYZ | 11.47 | 6.27 | 5.02 | - |
| YUV | 61.42 | 127.77 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 23 | 61 | 0 | 0.83 | 0.55 | 0.46 | 340 | 0.71 | 0.31 |
| Hex | 89 | 17 | 3D | 0 | 53 | 37 | 2E | 154 | 47 | 1F |
| Octal | 211 | 27 | 75 | 0 | 123 | 67 | 56 | 524 | 107 | 37 |
| Binary | 10001001 | 10111 | 111101 | 0 | 1010011 | 110111 | 101110 | 101010100 | 1000111 | 11111 |
Color Harmonies of #89173D
Complementary color
Monochromatic Colors of #89173D
Black with #89173D
Text Example
Text Example
White with #89173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89173D; }
p { color: rgb(137,23,61); }
H1.HeaderClassName
{
color: #89173D;
}
.AnyTagClassName
{
color: #89173D;
}
</style>
background-color css
<style>
a { background-color: #89173D; }
a { background-color: rgb(137,23,61); }
div.DivClassName
{
background-color: #89173D;
}
.BgClassName
{
background-color: #89173D;
}
</style>
border-color css
<style>
span { border-color: #89173D; }
span { border-color: rgb(137,23,61); }
td.TdClassName
{
border-color: #89173D;
}
.TagClassName
{
border-color: #89173D;
}
</style>