Shades of Shiraz #89303E
Tints of Shiraz #89303E
RGB
CMYK
RGB Variations
Color information
#89303E (or 0x89303E) is known color: Shiraz. HEX triplet: 89, 30 and 3E. RGB value is (137,48,62). Sum of RGB (Red+Green+Blue) = 137+48+62=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #89303E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89303E is #76CFC1. Grayscale: #4C4C4C. Windows color (decimal): -7786434 or 4075657. OLE color: 4075657.
HSL color Cylindrical-coordinate representation of color #89303E: hue angle of 350.56º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #89303E is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 48 | 62 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.46 |
| HSL | 350.56º | 0.48% | 0.36% | - |
| HSV(B) | 350.56º | 0.65% | 0.54% | - |
| XYZ | 12.24 | 7.78 | 5.41 | - |
| YUV | 76.21 | 119.99 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 48 | 62 | 0 | 0.65 | 0.55 | 0.46 | 350.56 | 0.48 | 0.36 |
| Hex | 89 | 30 | 3E | 0 | 41 | 37 | 2E | 15F | 30 | 24 |
| Octal | 211 | 60 | 76 | 0 | 101 | 67 | 56 | 537 | 60 | 44 |
| Binary | 10001001 | 110000 | 111110 | 0 | 1000001 | 110111 | 101110 | 101011111 | 110000 | 100100 |
Color Harmonies of #89303E
Complementary color
Monochromatic Colors of #89303E
Black with #89303E
Text Example
Text Example
White with #89303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89303E; }
p { color: rgb(137,48,62); }
H1.HeaderClassName
{
color: #89303E;
}
.AnyTagClassName
{
color: #89303E;
}
</style>
background-color css
<style>
a { background-color: #89303E; }
a { background-color: rgb(137,48,62); }
div.DivClassName
{
background-color: #89303E;
}
.BgClassName
{
background-color: #89303E;
}
</style>
border-color css
<style>
span { border-color: #89303E; }
span { border-color: rgb(137,48,62); }
td.TdClassName
{
border-color: #89303E;
}
.TagClassName
{
border-color: #89303E;
}
</style>