Shades of Shiraz #89203A
Tints of Shiraz #89203A
RGB
CMYK
RGB Variations
Color information
#89203A (or 0x89203A) is known color: Shiraz. HEX triplet: 89, 20 and 3A. RGB value is (137,32,58). Sum of RGB (Red+Green+Blue) = 137+32+58=227 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.35% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 137 - color contains mainly: red. Hex color #89203A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89203A is #76DFC5. Grayscale: #424242. Windows color (decimal): -7790534 or 3809417. OLE color: 3809417.
HSL color Cylindrical-coordinate representation of color #89203A: hue angle of 345.14º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #89203A is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 32 | 58 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.46 |
| HSL | 345.14º | 0.62% | 0.33% | - |
| HSV(B) | 345.14º | 0.77% | 0.54% | - |
| XYZ | 11.6 | 6.66 | 4.68 | - |
| YUV | 66.36 | 123.29 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 32 | 58 | 0 | 0.77 | 0.58 | 0.46 | 345.14 | 0.62 | 0.33 |
| Hex | 89 | 20 | 3A | 0 | 4D | 3A | 2E | 159 | 3E | 21 |
| Octal | 211 | 40 | 72 | 0 | 115 | 72 | 56 | 531 | 76 | 41 |
| Binary | 10001001 | 100000 | 111010 | 0 | 1001101 | 111010 | 101110 | 101011001 | 111110 | 100001 |
Color Harmonies of #89203A
Complementary color
Monochromatic Colors of #89203A
Black with #89203A
Text Example
Text Example
White with #89203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89203A; }
p { color: rgb(137,32,58); }
H1.HeaderClassName
{
color: #89203A;
}
.AnyTagClassName
{
color: #89203A;
}
</style>
background-color css
<style>
a { background-color: #89203A; }
a { background-color: rgb(137,32,58); }
div.DivClassName
{
background-color: #89203A;
}
.BgClassName
{
background-color: #89203A;
}
</style>
border-color css
<style>
span { border-color: #89203A; }
span { border-color: rgb(137,32,58); }
td.TdClassName
{
border-color: #89203A;
}
.TagClassName
{
border-color: #89203A;
}
</style>