Shades of Shiraz #892030
Tints of Shiraz #892030
RGB
CMYK
RGB Variations
Color information
#892030 (or 0x892030) is known color: Shiraz. HEX triplet: 89, 20 and 30. RGB value is (137,32,48). Sum of RGB (Red+Green+Blue) = 137+32+48=217 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.13% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 137 - color contains mainly: red. Hex color #892030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892030 is #76DFCF. Grayscale: #414141. Windows color (decimal): -7790544 or 3154057. OLE color: 3154057.
HSL color Cylindrical-coordinate representation of color #892030: hue angle of 350.86º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #892030 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 32 | 48 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.46 |
| HSL | 350.86º | 0.62% | 0.33% | - |
| HSV(B) | 350.86º | 0.77% | 0.54% | - |
| XYZ | 11.37 | 6.56 | 3.46 | - |
| YUV | 65.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 32 | 48 | 0 | 0.77 | 0.65 | 0.46 | 350.86 | 0.62 | 0.33 |
| Hex | 89 | 20 | 30 | 0 | 4D | 41 | 2E | 15F | 3E | 21 |
| Octal | 211 | 40 | 60 | 0 | 115 | 101 | 56 | 537 | 76 | 41 |
| Binary | 10001001 | 100000 | 110000 | 0 | 1001101 | 1000001 | 101110 | 101011111 | 111110 | 100001 |
Color Harmonies of #892030
Complementary color
Monochromatic Colors of #892030
Black with #892030
Text Example
Text Example
White with #892030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892030; }
p { color: rgb(137,32,48); }
H1.HeaderClassName
{
color: #892030;
}
.AnyTagClassName
{
color: #892030;
}
</style>
background-color css
<style>
a { background-color: #892030; }
a { background-color: rgb(137,32,48); }
div.DivClassName
{
background-color: #892030;
}
.BgClassName
{
background-color: #892030;
}
</style>
border-color css
<style>
span { border-color: #892030; }
span { border-color: rgb(137,32,48); }
td.TdClassName
{
border-color: #892030;
}
.TagClassName
{
border-color: #892030;
}
</style>