Shades of Shiraz #89123D
Tints of Shiraz #89123D
RGB
CMYK
RGB Variations
Color information
#89123D (or 0x89123D) is known color: Shiraz. HEX triplet: 89, 12 and 3D. RGB value is (137,18,61). Sum of RGB (Red+Green+Blue) = 137+18+61=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #89123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89123D is #76EDC2. Grayscale: #3A3A3A. Windows color (decimal): -7794115 or 4002441. OLE color: 4002441.
HSL color Cylindrical-coordinate representation of color #89123D: hue angle of 338.32º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #89123D is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 18 | 61 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.46 |
| HSL | 338.32º | 0.77% | 0.3% | - |
| HSV(B) | 338.32º | 0.87% | 0.54% | - |
| XYZ | 11.38 | 6.09 | 4.99 | - |
| YUV | 58.48 | 129.42 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 61 | 0 | 0.87 | 0.55 | 0.46 | 338.32 | 0.77 | 0.3 |
| Hex | 89 | 12 | 3D | 0 | 57 | 37 | 2E | 152 | 4D | 1E |
| Octal | 211 | 22 | 75 | 0 | 127 | 67 | 56 | 522 | 115 | 36 |
| Binary | 10001001 | 10010 | 111101 | 0 | 1010111 | 110111 | 101110 | 101010010 | 1001101 | 11110 |
Color Harmonies of #89123D
Complementary color
Monochromatic Colors of #89123D
Black with #89123D
Text Example
Text Example
White with #89123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89123D; }
p { color: rgb(137,18,61); }
H1.HeaderClassName
{
color: #89123D;
}
.AnyTagClassName
{
color: #89123D;
}
</style>
background-color css
<style>
a { background-color: #89123D; }
a { background-color: rgb(137,18,61); }
div.DivClassName
{
background-color: #89123D;
}
.BgClassName
{
background-color: #89123D;
}
</style>
border-color css
<style>
span { border-color: #89123D; }
span { border-color: rgb(137,18,61); }
td.TdClassName
{
border-color: #89123D;
}
.TagClassName
{
border-color: #89123D;
}
</style>