Shades of Shiraz #891F2F
Tints of Shiraz #891F2F
RGB
CMYK
RGB Variations
Color information
#891F2F (or 0x891F2F) is known color: Shiraz. HEX triplet: 89, 1F and 2F. RGB value is (137,31,47). Sum of RGB (Red+Green+Blue) = 137+31+47=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #891F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891F2F is #76E0D0. Grayscale: #404040. Windows color (decimal): -7790801 or 3088265. OLE color: 3088265.
HSL color Cylindrical-coordinate representation of color #891F2F: hue angle of 350.94º 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 #891F2F is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 31 | 47 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.46 |
| HSL | 350.94º | 0.63% | 0.33% | - |
| HSV(B) | 350.94º | 0.77% | 0.54% | - |
| XYZ | 11.32 | 6.5 | 3.35 | - |
| YUV | 64.52 | 118.12 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 31 | 47 | 0 | 0.77 | 0.66 | 0.46 | 350.94 | 0.63 | 0.33 |
| Hex | 89 | 1F | 2F | 0 | 4D | 42 | 2E | 15F | 3F | 21 |
| Octal | 211 | 37 | 57 | 0 | 115 | 102 | 56 | 537 | 77 | 41 |
| Binary | 10001001 | 11111 | 101111 | 0 | 1001101 | 1000010 | 101110 | 101011111 | 111111 | 100001 |
Color Harmonies of #891F2F
Complementary color
Monochromatic Colors of #891F2F
Black with #891F2F
Text Example
Text Example
White with #891F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891F2F; }
p { color: rgb(137,31,47); }
H1.HeaderClassName
{
color: #891F2F;
}
.AnyTagClassName
{
color: #891F2F;
}
</style>
background-color css
<style>
a { background-color: #891F2F; }
a { background-color: rgb(137,31,47); }
div.DivClassName
{
background-color: #891F2F;
}
.BgClassName
{
background-color: #891F2F;
}
</style>
border-color css
<style>
span { border-color: #891F2F; }
span { border-color: rgb(137,31,47); }
td.TdClassName
{
border-color: #891F2F;
}
.TagClassName
{
border-color: #891F2F;
}
</style>