Shades of Shiraz #8D1B2E
Tints of Shiraz #8D1B2E
RGB
CMYK
RGB Variations
Color information
#8D1B2E (or 0x8D1B2E) is known color: Shiraz. HEX triplet: 8D, 1B and 2E. RGB value is (141,27,46). Sum of RGB (Red+Green+Blue) = 141+27+46=214 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.89% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1B2E is #72E4D1. Grayscale: #3F3F3F. Windows color (decimal): -7529682 or 3021709. OLE color: 3021709.
HSL color Cylindrical-coordinate representation of color #8D1B2E: hue angle of 350º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D1B2E is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 27 | 46 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.45 |
| HSL | 350º | 0.68% | 0.33% | - |
| HSV(B) | 350º | 0.81% | 0.55% | - |
| XYZ | 11.87 | 6.64 | 3.24 | - |
| YUV | 63.25 | 118.27 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 27 | 46 | 0 | 0.81 | 0.67 | 0.45 | 350 | 0.68 | 0.33 |
| Hex | 8D | 1B | 2E | 0 | 51 | 43 | 2D | 15E | 44 | 21 |
| Octal | 215 | 33 | 56 | 0 | 121 | 103 | 55 | 536 | 104 | 41 |
| Binary | 10001101 | 11011 | 101110 | 0 | 1010001 | 1000011 | 101101 | 101011110 | 1000100 | 100001 |
Color Harmonies of #8D1B2E
Complementary color
Monochromatic Colors of #8D1B2E
Black with #8D1B2E
Text Example
Text Example
White with #8D1B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1B2E; }
p { color: rgb(141,27,46); }
H1.HeaderClassName
{
color: #8D1B2E;
}
.AnyTagClassName
{
color: #8D1B2E;
}
</style>
background-color css
<style>
a { background-color: #8D1B2E; }
a { background-color: rgb(141,27,46); }
div.DivClassName
{
background-color: #8D1B2E;
}
.BgClassName
{
background-color: #8D1B2E;
}
</style>
border-color css
<style>
span { border-color: #8D1B2E; }
span { border-color: rgb(141,27,46); }
td.TdClassName
{
border-color: #8D1B2E;
}
.TagClassName
{
border-color: #8D1B2E;
}
</style>