Shades of Shiraz #8D1634
Tints of Shiraz #8D1634
RGB
CMYK
RGB Variations
Color information
#8D1634 (or 0x8D1634) is known color: Shiraz. HEX triplet: 8D, 16 and 34. RGB value is (141,22,52). Sum of RGB (Red+Green+Blue) = 141+22+52=215 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.58% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1634 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1634 is #72E9CB. Grayscale: #3C3C3C. Windows color (decimal): -7530956 or 3413645. OLE color: 3413645.
HSL color Cylindrical-coordinate representation of color #8D1634: hue angle of 344.87º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1634 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 22 | 52 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.45 |
| HSL | 344.87º | 0.73% | 0.32% | - |
| HSV(B) | 344.87º | 0.84% | 0.55% | - |
| XYZ | 11.89 | 6.48 | 3.87 | - |
| YUV | 61 | 122.92 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 22 | 52 | 0 | 0.84 | 0.63 | 0.45 | 344.87 | 0.73 | 0.32 |
| Hex | 8D | 16 | 34 | 0 | 54 | 3F | 2D | 159 | 49 | 20 |
| Octal | 215 | 26 | 64 | 0 | 124 | 77 | 55 | 531 | 111 | 40 |
| Binary | 10001101 | 10110 | 110100 | 0 | 1010100 | 111111 | 101101 | 101011001 | 1001001 | 100000 |
Color Harmonies of #8D1634
Complementary color
Monochromatic Colors of #8D1634
Black with #8D1634
Text Example
Text Example
White with #8D1634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1634; }
p { color: rgb(141,22,52); }
H1.HeaderClassName
{
color: #8D1634;
}
.AnyTagClassName
{
color: #8D1634;
}
</style>
background-color css
<style>
a { background-color: #8D1634; }
a { background-color: rgb(141,22,52); }
div.DivClassName
{
background-color: #8D1634;
}
.BgClassName
{
background-color: #8D1634;
}
</style>
border-color css
<style>
span { border-color: #8D1634; }
span { border-color: rgb(141,22,52); }
td.TdClassName
{
border-color: #8D1634;
}
.TagClassName
{
border-color: #8D1634;
}
</style>