Shades of Shiraz #89283C
Tints of Shiraz #89283C
RGB
CMYK
RGB Variations
Color information
#89283C (or 0x89283C) is known color: Shiraz. HEX triplet: 89, 28 and 3C. RGB value is (137,40,60). Sum of RGB (Red+Green+Blue) = 137+40+60=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #89283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89283C is #76D7C3. Grayscale: #474747. Windows color (decimal): -7788484 or 3942537. OLE color: 3942537.
HSL color Cylindrical-coordinate representation of color #89283C: hue angle of 347.63º 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 #89283C is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 40 | 60 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.46 |
| HSL | 347.63º | 0.55% | 0.35% | - |
| HSV(B) | 347.63º | 0.71% | 0.54% | - |
| XYZ | 11.89 | 7.16 | 5.03 | - |
| YUV | 71.28 | 121.64 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 60 | 0 | 0.71 | 0.56 | 0.46 | 347.63 | 0.55 | 0.35 |
| Hex | 89 | 28 | 3C | 0 | 47 | 38 | 2E | 15C | 37 | 23 |
| Octal | 211 | 50 | 74 | 0 | 107 | 70 | 56 | 534 | 67 | 43 |
| Binary | 10001001 | 101000 | 111100 | 0 | 1000111 | 111000 | 101110 | 101011100 | 110111 | 100011 |
Color Harmonies of #89283C
Complementary color
Monochromatic Colors of #89283C
Black with #89283C
Text Example
Text Example
White with #89283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89283C; }
p { color: rgb(137,40,60); }
H1.HeaderClassName
{
color: #89283C;
}
.AnyTagClassName
{
color: #89283C;
}
</style>
background-color css
<style>
a { background-color: #89283C; }
a { background-color: rgb(137,40,60); }
div.DivClassName
{
background-color: #89283C;
}
.BgClassName
{
background-color: #89283C;
}
</style>
border-color css
<style>
span { border-color: #89283C; }
span { border-color: rgb(137,40,60); }
td.TdClassName
{
border-color: #89283C;
}
.TagClassName
{
border-color: #89283C;
}
</style>