Shades of Shiraz #89203C
Tints of Shiraz #89203C
RGB
CMYK
RGB Variations
Color information
#89203C (or 0x89203C) is known color: Shiraz. HEX triplet: 89, 20 and 3C. RGB value is (137,32,60). Sum of RGB (Red+Green+Blue) = 137+32+60=229 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.83% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 137 - color contains mainly: red. Hex color #89203C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89203C is #76DFC3. Grayscale: #424242. Windows color (decimal): -7790532 or 3940489. OLE color: 3940489.
HSL color Cylindrical-coordinate representation of color #89203C: hue angle of 344º 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 #89203C is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 32 | 60 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.46 |
| HSL | 344º | 0.62% | 0.33% | - |
| HSV(B) | 344º | 0.77% | 0.54% | - |
| XYZ | 11.65 | 6.68 | 4.95 | - |
| YUV | 66.59 | 124.29 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 32 | 60 | 0 | 0.77 | 0.56 | 0.46 | 344 | 0.62 | 0.33 |
| Hex | 89 | 20 | 3C | 0 | 4D | 38 | 2E | 158 | 3E | 21 |
| Octal | 211 | 40 | 74 | 0 | 115 | 70 | 56 | 530 | 76 | 41 |
| Binary | 10001001 | 100000 | 111100 | 0 | 1001101 | 111000 | 101110 | 101011000 | 111110 | 100001 |
Color Harmonies of #89203C
Complementary color
Monochromatic Colors of #89203C
Black with #89203C
Text Example
Text Example
White with #89203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89203C; }
p { color: rgb(137,32,60); }
H1.HeaderClassName
{
color: #89203C;
}
.AnyTagClassName
{
color: #89203C;
}
</style>
background-color css
<style>
a { background-color: #89203C; }
a { background-color: rgb(137,32,60); }
div.DivClassName
{
background-color: #89203C;
}
.BgClassName
{
background-color: #89203C;
}
</style>
border-color css
<style>
span { border-color: #89203C; }
span { border-color: rgb(137,32,60); }
td.TdClassName
{
border-color: #89203C;
}
.TagClassName
{
border-color: #89203C;
}
</style>