Shades of Shiraz #89263B
Tints of Shiraz #89263B
RGB
CMYK
RGB Variations
Color information
#89263B (or 0x89263B) is known color: Shiraz. HEX triplet: 89, 26 and 3B. RGB value is (137,38,59). Sum of RGB (Red+Green+Blue) = 137+38+59=234 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.55% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 137 - color contains mainly: red. Hex color #89263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89263B is #76D9C4. Grayscale: #464646. Windows color (decimal): -7788997 or 3876489. OLE color: 3876489.
HSL color Cylindrical-coordinate representation of color #89263B: hue angle of 347.27º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89263B is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 38 | 59 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.46 |
| HSL | 347.27º | 0.57% | 0.34% | - |
| HSV(B) | 347.27º | 0.72% | 0.54% | - |
| XYZ | 11.8 | 7.02 | 4.87 | - |
| YUV | 70 | 121.8 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 38 | 59 | 0 | 0.72 | 0.57 | 0.46 | 347.27 | 0.57 | 0.34 |
| Hex | 89 | 26 | 3B | 0 | 48 | 39 | 2E | 15B | 39 | 22 |
| Octal | 211 | 46 | 73 | 0 | 110 | 71 | 56 | 533 | 71 | 42 |
| Binary | 10001001 | 100110 | 111011 | 0 | 1001000 | 111001 | 101110 | 101011011 | 111001 | 100010 |
Color Harmonies of #89263B
Complementary color
Monochromatic Colors of #89263B
Black with #89263B
Text Example
Text Example
White with #89263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89263B; }
p { color: rgb(137,38,59); }
H1.HeaderClassName
{
color: #89263B;
}
.AnyTagClassName
{
color: #89263B;
}
</style>
background-color css
<style>
a { background-color: #89263B; }
a { background-color: rgb(137,38,59); }
div.DivClassName
{
background-color: #89263B;
}
.BgClassName
{
background-color: #89263B;
}
</style>
border-color css
<style>
span { border-color: #89263B; }
span { border-color: rgb(137,38,59); }
td.TdClassName
{
border-color: #89263B;
}
.TagClassName
{
border-color: #89263B;
}
</style>