Shades of Shiraz #89143D
Tints of Shiraz #89143D
RGB
CMYK
RGB Variations
Color information
#89143D (or 0x89143D) is known color: Shiraz. HEX triplet: 89, 14 and 3D. RGB value is (137,20,61). Sum of RGB (Red+Green+Blue) = 137+20+61=218 (28% of max value = 765). Red value is 137 (53.91% from 255 or 62.84% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 137 - color contains mainly: red. Hex color #89143D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89143D is #76EBC2. Grayscale: #3B3B3B. Windows color (decimal): -7793603 or 4002953. OLE color: 4002953.
HSL color Cylindrical-coordinate representation of color #89143D: hue angle of 338.97º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #89143D is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 20 | 61 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.46 |
| HSL | 338.97º | 0.75% | 0.31% | - |
| HSV(B) | 338.97º | 0.85% | 0.54% | - |
| XYZ | 11.41 | 6.16 | 5 | - |
| YUV | 59.66 | 128.76 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 61 | 0 | 0.85 | 0.55 | 0.46 | 338.97 | 0.75 | 0.31 |
| Hex | 89 | 14 | 3D | 0 | 55 | 37 | 2E | 153 | 4B | 1F |
| Octal | 211 | 24 | 75 | 0 | 125 | 67 | 56 | 523 | 113 | 37 |
| Binary | 10001001 | 10100 | 111101 | 0 | 1010101 | 110111 | 101110 | 101010011 | 1001011 | 11111 |
Color Harmonies of #89143D
Complementary color
Monochromatic Colors of #89143D
Black with #89143D
Text Example
Text Example
White with #89143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89143D; }
p { color: rgb(137,20,61); }
H1.HeaderClassName
{
color: #89143D;
}
.AnyTagClassName
{
color: #89143D;
}
</style>
background-color css
<style>
a { background-color: #89143D; }
a { background-color: rgb(137,20,61); }
div.DivClassName
{
background-color: #89143D;
}
.BgClassName
{
background-color: #89143D;
}
</style>
border-color css
<style>
span { border-color: #89143D; }
span { border-color: rgb(137,20,61); }
td.TdClassName
{
border-color: #89143D;
}
.TagClassName
{
border-color: #89143D;
}
</style>