Shades of Shiraz #8A1636
Tints of Shiraz #8A1636
RGB
CMYK
RGB Variations
Color information
#8A1636 (or 0x8A1636) is known color: Shiraz. HEX triplet: 8A, 16 and 36. RGB value is (138,22,54). Sum of RGB (Red+Green+Blue) = 138+22+54=214 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.49% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1636 is #75E9C9. Grayscale: #3C3C3C. Windows color (decimal): -7727562 or 3544714. OLE color: 3544714.
HSL color Cylindrical-coordinate representation of color #8A1636: hue angle of 343.45º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A1636 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 22 | 54 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.46 |
| HSL | 343.45º | 0.73% | 0.31% | - |
| HSV(B) | 343.45º | 0.84% | 0.54% | - |
| XYZ | 11.43 | 6.24 | 4.09 | - |
| YUV | 60.33 | 124.43 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 22 | 54 | 0 | 0.84 | 0.61 | 0.46 | 343.45 | 0.73 | 0.31 |
| Hex | 8A | 16 | 36 | 0 | 54 | 3D | 2E | 157 | 48 | 1F |
| Octal | 212 | 26 | 66 | 0 | 124 | 75 | 56 | 527 | 110 | 37 |
| Binary | 10001010 | 10110 | 110110 | 0 | 1010100 | 111101 | 101110 | 101010111 | 1001000 | 11111 |
Color Harmonies of #8A1636
Complementary color
Monochromatic Colors of #8A1636
Black with #8A1636
Text Example
Text Example
White with #8A1636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1636; }
p { color: rgb(138,22,54); }
H1.HeaderClassName
{
color: #8A1636;
}
.AnyTagClassName
{
color: #8A1636;
}
</style>
background-color css
<style>
a { background-color: #8A1636; }
a { background-color: rgb(138,22,54); }
div.DivClassName
{
background-color: #8A1636;
}
.BgClassName
{
background-color: #8A1636;
}
</style>
border-color css
<style>
span { border-color: #8A1636; }
span { border-color: rgb(138,22,54); }
td.TdClassName
{
border-color: #8A1636;
}
.TagClassName
{
border-color: #8A1636;
}
</style>