Shades of Shiraz #89283A
Tints of Shiraz #89283A
RGB
CMYK
RGB Variations
Color information
#89283A (or 0x89283A) is known color: Shiraz. HEX triplet: 89, 28 and 3A. RGB value is (137,40,58). Sum of RGB (Red+Green+Blue) = 137+40+58=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #89283A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89283A is #76D7C5. Grayscale: #474747. Windows color (decimal): -7788486 or 3811465. OLE color: 3811465.
HSL color Cylindrical-coordinate representation of color #89283A: hue angle of 348.87º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #89283A is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 40 | 58 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.46 |
| HSL | 348.87º | 0.55% | 0.35% | - |
| HSV(B) | 348.87º | 0.71% | 0.54% | - |
| XYZ | 11.84 | 7.14 | 4.76 | - |
| YUV | 71.06 | 120.64 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 58 | 0 | 0.71 | 0.58 | 0.46 | 348.87 | 0.55 | 0.35 |
| Hex | 89 | 28 | 3A | 0 | 47 | 3A | 2E | 15D | 37 | 23 |
| Octal | 211 | 50 | 72 | 0 | 107 | 72 | 56 | 535 | 67 | 43 |
| Binary | 10001001 | 101000 | 111010 | 0 | 1000111 | 111010 | 101110 | 101011101 | 110111 | 100011 |
Color Harmonies of #89283A
Complementary color
Monochromatic Colors of #89283A
Black with #89283A
Text Example
Text Example
White with #89283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89283A; }
p { color: rgb(137,40,58); }
H1.HeaderClassName
{
color: #89283A;
}
.AnyTagClassName
{
color: #89283A;
}
</style>
background-color css
<style>
a { background-color: #89283A; }
a { background-color: rgb(137,40,58); }
div.DivClassName
{
background-color: #89283A;
}
.BgClassName
{
background-color: #89283A;
}
</style>
border-color css
<style>
span { border-color: #89283A; }
span { border-color: rgb(137,40,58); }
td.TdClassName
{
border-color: #89283A;
}
.TagClassName
{
border-color: #89283A;
}
</style>