Shades of Shiraz #89243A
Tints of Shiraz #89243A
RGB
CMYK
RGB Variations
Color information
#89243A (or 0x89243A) is known color: Shiraz. HEX triplet: 89, 24 and 3A. RGB value is (137,36,58). Sum of RGB (Red+Green+Blue) = 137+36+58=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #89243A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89243A is #76DBC5. Grayscale: #444444. Windows color (decimal): -7789510 or 3810441. OLE color: 3810441.
HSL color Cylindrical-coordinate representation of color #89243A: hue angle of 346.93º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #89243A is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 36 | 58 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.46 |
| HSL | 346.93º | 0.58% | 0.34% | - |
| HSV(B) | 346.93º | 0.74% | 0.54% | - |
| XYZ | 11.71 | 6.89 | 4.71 | - |
| YUV | 68.71 | 121.96 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 36 | 58 | 0 | 0.74 | 0.58 | 0.46 | 346.93 | 0.58 | 0.34 |
| Hex | 89 | 24 | 3A | 0 | 4A | 3A | 2E | 15B | 3A | 22 |
| Octal | 211 | 44 | 72 | 0 | 112 | 72 | 56 | 533 | 72 | 42 |
| Binary | 10001001 | 100100 | 111010 | 0 | 1001010 | 111010 | 101110 | 101011011 | 111010 | 100010 |
Color Harmonies of #89243A
Complementary color
Monochromatic Colors of #89243A
Black with #89243A
Text Example
Text Example
White with #89243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89243A; }
p { color: rgb(137,36,58); }
H1.HeaderClassName
{
color: #89243A;
}
.AnyTagClassName
{
color: #89243A;
}
</style>
background-color css
<style>
a { background-color: #89243A; }
a { background-color: rgb(137,36,58); }
div.DivClassName
{
background-color: #89243A;
}
.BgClassName
{
background-color: #89243A;
}
</style>
border-color css
<style>
span { border-color: #89243A; }
span { border-color: rgb(137,36,58); }
td.TdClassName
{
border-color: #89243A;
}
.TagClassName
{
border-color: #89243A;
}
</style>