Shades of Shiraz #8A1139
Tints of Shiraz #8A1139
RGB
CMYK
RGB Variations
Color information
#8A1139 (or 0x8A1139) is known color: Shiraz. HEX triplet: 8A, 11 and 39. RGB value is (138,17,57). Sum of RGB (Red+Green+Blue) = 138+17+57=212 (28% of max value = 765). Red value is 138 (54.30% from 255 or 65.09% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1139 is #75EEC6. Grayscale: #393939. Windows color (decimal): -7728839 or 3740042. OLE color: 3740042.
HSL color Cylindrical-coordinate representation of color #8A1139: hue angle of 340.17º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1139 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 17 | 57 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.46 |
| HSL | 340.17º | 0.78% | 0.3% | - |
| HSV(B) | 340.17º | 0.88% | 0.54% | - |
| XYZ | 11.42 | 6.1 | 4.45 | - |
| YUV | 57.74 | 127.59 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 17 | 57 | 0 | 0.88 | 0.59 | 0.46 | 340.17 | 0.78 | 0.3 |
| Hex | 8A | 11 | 39 | 0 | 58 | 3B | 2E | 154 | 4E | 1E |
| Octal | 212 | 21 | 71 | 0 | 130 | 73 | 56 | 524 | 116 | 36 |
| Binary | 10001010 | 10001 | 111001 | 0 | 1011000 | 111011 | 101110 | 101010100 | 1001110 | 11110 |
Color Harmonies of #8A1139
Complementary color
Monochromatic Colors of #8A1139
Black with #8A1139
Text Example
Text Example
White with #8A1139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1139; }
p { color: rgb(138,17,57); }
H1.HeaderClassName
{
color: #8A1139;
}
.AnyTagClassName
{
color: #8A1139;
}
</style>
background-color css
<style>
a { background-color: #8A1139; }
a { background-color: rgb(138,17,57); }
div.DivClassName
{
background-color: #8A1139;
}
.BgClassName
{
background-color: #8A1139;
}
</style>
border-color css
<style>
span { border-color: #8A1139; }
span { border-color: rgb(138,17,57); }
td.TdClassName
{
border-color: #8A1139;
}
.TagClassName
{
border-color: #8A1139;
}
</style>