Shades of Shiraz #891F30
Tints of Shiraz #891F30
RGB
CMYK
RGB Variations
Color information
#891F30 (or 0x891F30) is known color: Shiraz. HEX triplet: 89, 1F and 30. RGB value is (137,31,48). Sum of RGB (Red+Green+Blue) = 137+31+48=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #891F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891F30 is #76E0CF. Grayscale: #404040. Windows color (decimal): -7790800 or 3153801. OLE color: 3153801.
HSL color Cylindrical-coordinate representation of color #891F30: hue angle of 350.38º degrees, saturation: 0.63, 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 #891F30 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 31 | 48 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.46 |
| HSL | 350.38º | 0.63% | 0.33% | - |
| HSV(B) | 350.38º | 0.77% | 0.54% | - |
| XYZ | 11.34 | 6.51 | 3.46 | - |
| YUV | 64.63 | 118.62 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 31 | 48 | 0 | 0.77 | 0.65 | 0.46 | 350.38 | 0.63 | 0.33 |
| Hex | 89 | 1F | 30 | 0 | 4D | 41 | 2E | 15E | 3F | 21 |
| Octal | 211 | 37 | 60 | 0 | 115 | 101 | 56 | 536 | 77 | 41 |
| Binary | 10001001 | 11111 | 110000 | 0 | 1001101 | 1000001 | 101110 | 101011110 | 111111 | 100001 |
Color Harmonies of #891F30
Complementary color
Monochromatic Colors of #891F30
Black with #891F30
Text Example
Text Example
White with #891F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891F30; }
p { color: rgb(137,31,48); }
H1.HeaderClassName
{
color: #891F30;
}
.AnyTagClassName
{
color: #891F30;
}
</style>
background-color css
<style>
a { background-color: #891F30; }
a { background-color: rgb(137,31,48); }
div.DivClassName
{
background-color: #891F30;
}
.BgClassName
{
background-color: #891F30;
}
</style>
border-color css
<style>
span { border-color: #891F30; }
span { border-color: rgb(137,31,48); }
td.TdClassName
{
border-color: #891F30;
}
.TagClassName
{
border-color: #891F30;
}
</style>