Shades of Shiraz #89123C
Tints of Shiraz #89123C
RGB
CMYK
RGB Variations
Color information
#89123C (or 0x89123C) is known color: Shiraz. HEX triplet: 89, 12 and 3C. RGB value is (137,18,60). Sum of RGB (Red+Green+Blue) = 137+18+60=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #89123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89123C is #76EDC3. Grayscale: #3A3A3A. Windows color (decimal): -7794116 or 3936905. OLE color: 3936905.
HSL color Cylindrical-coordinate representation of color #89123C: hue angle of 338.82º 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 #89123C is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 18 | 60 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.46 |
| HSL | 338.82º | 0.77% | 0.3% | - |
| HSV(B) | 338.82º | 0.87% | 0.54% | - |
| XYZ | 11.35 | 6.08 | 4.85 | - |
| YUV | 58.37 | 128.92 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 60 | 0 | 0.87 | 0.56 | 0.46 | 338.82 | 0.77 | 0.3 |
| Hex | 89 | 12 | 3C | 0 | 57 | 38 | 2E | 153 | 4D | 1E |
| Octal | 211 | 22 | 74 | 0 | 127 | 70 | 56 | 523 | 115 | 36 |
| Binary | 10001001 | 10010 | 111100 | 0 | 1010111 | 111000 | 101110 | 101010011 | 1001101 | 11110 |
Color Harmonies of #89123C
Complementary color
Monochromatic Colors of #89123C
Black with #89123C
Text Example
Text Example
White with #89123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89123C; }
p { color: rgb(137,18,60); }
H1.HeaderClassName
{
color: #89123C;
}
.AnyTagClassName
{
color: #89123C;
}
</style>
background-color css
<style>
a { background-color: #89123C; }
a { background-color: rgb(137,18,60); }
div.DivClassName
{
background-color: #89123C;
}
.BgClassName
{
background-color: #89123C;
}
</style>
border-color css
<style>
span { border-color: #89123C; }
span { border-color: rgb(137,18,60); }
td.TdClassName
{
border-color: #89123C;
}
.TagClassName
{
border-color: #89123C;
}
</style>