Shades of Shiraz #89283B
Tints of Shiraz #89283B
RGB
CMYK
RGB Variations
Color information
#89283B (or 0x89283B) is known color: Shiraz. HEX triplet: 89, 28 and 3B. RGB value is (137,40,59). Sum of RGB (Red+Green+Blue) = 137+40+59=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #89283B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89283B is #76D7C4. Grayscale: #474747. Windows color (decimal): -7788485 or 3877001. OLE color: 3877001.
HSL color Cylindrical-coordinate representation of color #89283B: hue angle of 348.25º 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 #89283B is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 40 | 59 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.46 |
| HSL | 348.25º | 0.55% | 0.35% | - |
| HSV(B) | 348.25º | 0.71% | 0.54% | - |
| XYZ | 11.86 | 7.15 | 4.89 | - |
| YUV | 71.17 | 121.14 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 59 | 0 | 0.71 | 0.57 | 0.46 | 348.25 | 0.55 | 0.35 |
| Hex | 89 | 28 | 3B | 0 | 47 | 39 | 2E | 15C | 37 | 23 |
| Octal | 211 | 50 | 73 | 0 | 107 | 71 | 56 | 534 | 67 | 43 |
| Binary | 10001001 | 101000 | 111011 | 0 | 1000111 | 111001 | 101110 | 101011100 | 110111 | 100011 |
Color Harmonies of #89283B
Complementary color
Monochromatic Colors of #89283B
Black with #89283B
Text Example
Text Example
White with #89283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89283B; }
p { color: rgb(137,40,59); }
H1.HeaderClassName
{
color: #89283B;
}
.AnyTagClassName
{
color: #89283B;
}
</style>
background-color css
<style>
a { background-color: #89283B; }
a { background-color: rgb(137,40,59); }
div.DivClassName
{
background-color: #89283B;
}
.BgClassName
{
background-color: #89283B;
}
</style>
border-color css
<style>
span { border-color: #89283B; }
span { border-color: rgb(137,40,59); }
td.TdClassName
{
border-color: #89283B;
}
.TagClassName
{
border-color: #89283B;
}
</style>