Shades of Shiraz #89223A
Tints of Shiraz #89223A
RGB
CMYK
RGB Variations
Color information
#89223A (or 0x89223A) is known color: Shiraz. HEX triplet: 89, 22 and 3A. RGB value is (137,34,58). Sum of RGB (Red+Green+Blue) = 137+34+58=229 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.83% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 137 - color contains mainly: red. Hex color #89223A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89223A is #76DDC5. Grayscale: #434343. Windows color (decimal): -7790022 or 3809929. OLE color: 3809929.
HSL color Cylindrical-coordinate representation of color #89223A: hue angle of 346.02º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #89223A is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 34 | 58 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.46 |
| HSL | 346.02º | 0.6% | 0.34% | - |
| HSV(B) | 346.02º | 0.75% | 0.54% | - |
| XYZ | 11.65 | 6.77 | 4.7 | - |
| YUV | 67.53 | 122.62 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 34 | 58 | 0 | 0.75 | 0.58 | 0.46 | 346.02 | 0.6 | 0.34 |
| Hex | 89 | 22 | 3A | 0 | 4B | 3A | 2E | 15A | 3C | 22 |
| Octal | 211 | 42 | 72 | 0 | 113 | 72 | 56 | 532 | 74 | 42 |
| Binary | 10001001 | 100010 | 111010 | 0 | 1001011 | 111010 | 101110 | 101011010 | 111100 | 100010 |
Color Harmonies of #89223A
Complementary color
Monochromatic Colors of #89223A
Black with #89223A
Text Example
Text Example
White with #89223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89223A; }
p { color: rgb(137,34,58); }
H1.HeaderClassName
{
color: #89223A;
}
.AnyTagClassName
{
color: #89223A;
}
</style>
background-color css
<style>
a { background-color: #89223A; }
a { background-color: rgb(137,34,58); }
div.DivClassName
{
background-color: #89223A;
}
.BgClassName
{
background-color: #89223A;
}
</style>
border-color css
<style>
span { border-color: #89223A; }
span { border-color: rgb(137,34,58); }
td.TdClassName
{
border-color: #89223A;
}
.TagClassName
{
border-color: #89223A;
}
</style>