Shades of Shiraz #89223C
Tints of Shiraz #89223C
RGB
CMYK
RGB Variations
Color information
#89223C (or 0x89223C) is known color: Shiraz. HEX triplet: 89, 22 and 3C. RGB value is (137,34,60). Sum of RGB (Red+Green+Blue) = 137+34+60=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #89223C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89223C is #76DDC3. Grayscale: #434343. Windows color (decimal): -7790020 or 3941001. OLE color: 3941001.
HSL color Cylindrical-coordinate representation of color #89223C: hue angle of 344.85º 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 #89223C is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 34 | 60 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.46 |
| HSL | 344.85º | 0.6% | 0.34% | - |
| HSV(B) | 344.85º | 0.75% | 0.54% | - |
| XYZ | 11.7 | 6.79 | 4.97 | - |
| YUV | 67.76 | 123.62 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 34 | 60 | 0 | 0.75 | 0.56 | 0.46 | 344.85 | 0.6 | 0.34 |
| Hex | 89 | 22 | 3C | 0 | 4B | 38 | 2E | 159 | 3C | 22 |
| Octal | 211 | 42 | 74 | 0 | 113 | 70 | 56 | 531 | 74 | 42 |
| Binary | 10001001 | 100010 | 111100 | 0 | 1001011 | 111000 | 101110 | 101011001 | 111100 | 100010 |
Color Harmonies of #89223C
Complementary color
Monochromatic Colors of #89223C
Black with #89223C
Text Example
Text Example
White with #89223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89223C; }
p { color: rgb(137,34,60); }
H1.HeaderClassName
{
color: #89223C;
}
.AnyTagClassName
{
color: #89223C;
}
</style>
background-color css
<style>
a { background-color: #89223C; }
a { background-color: rgb(137,34,60); }
div.DivClassName
{
background-color: #89223C;
}
.BgClassName
{
background-color: #89223C;
}
</style>
border-color css
<style>
span { border-color: #89223C; }
span { border-color: rgb(137,34,60); }
td.TdClassName
{
border-color: #89223C;
}
.TagClassName
{
border-color: #89223C;
}
</style>