Shades of Shiraz #891E3A
Tints of Shiraz #891E3A
RGB
CMYK
RGB Variations
Color information
#891E3A (or 0x891E3A) is known color: Shiraz. HEX triplet: 89, 1E and 3A. RGB value is (137,30,58). Sum of RGB (Red+Green+Blue) = 137+30+58=225 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.89% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 137 - color contains mainly: red. Hex color #891E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891E3A is #76E1C5. Grayscale: #414141. Windows color (decimal): -7791046 or 3808905. OLE color: 3808905.
HSL color Cylindrical-coordinate representation of color #891E3A: hue angle of 344.3º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #891E3A is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 30 | 58 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.46 |
| HSL | 344.3º | 0.64% | 0.33% | - |
| HSV(B) | 344.3º | 0.78% | 0.54% | - |
| XYZ | 11.54 | 6.55 | 4.66 | - |
| YUV | 65.19 | 123.95 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 30 | 58 | 0 | 0.78 | 0.58 | 0.46 | 344.3 | 0.64 | 0.33 |
| Hex | 89 | 1E | 3A | 0 | 4E | 3A | 2E | 158 | 40 | 21 |
| Octal | 211 | 36 | 72 | 0 | 116 | 72 | 56 | 530 | 100 | 41 |
| Binary | 10001001 | 11110 | 111010 | 0 | 1001110 | 111010 | 101110 | 101011000 | 1000000 | 100001 |
Color Harmonies of #891E3A
Complementary color
Monochromatic Colors of #891E3A
Black with #891E3A
Text Example
Text Example
White with #891E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891E3A; }
p { color: rgb(137,30,58); }
H1.HeaderClassName
{
color: #891E3A;
}
.AnyTagClassName
{
color: #891E3A;
}
</style>
background-color css
<style>
a { background-color: #891E3A; }
a { background-color: rgb(137,30,58); }
div.DivClassName
{
background-color: #891E3A;
}
.BgClassName
{
background-color: #891E3A;
}
</style>
border-color css
<style>
span { border-color: #891E3A; }
span { border-color: rgb(137,30,58); }
td.TdClassName
{
border-color: #891E3A;
}
.TagClassName
{
border-color: #891E3A;
}
</style>