Shades of Shiraz #8D1B3E
Tints of Shiraz #8D1B3E
RGB
CMYK
RGB Variations
Color information
#8D1B3E (or 0x8D1B3E) is known color: Shiraz. HEX triplet: 8D, 1B and 3E. RGB value is (141,27,62). Sum of RGB (Red+Green+Blue) = 141+27+62=230 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.30% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1B3E is #72E4C1. Grayscale: #414141. Windows color (decimal): -7529666 or 4070285. OLE color: 4070285.
HSL color Cylindrical-coordinate representation of color #8D1B3E: hue angle of 341.58º 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 #8D1B3E is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 27 | 62 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.45 |
| HSL | 341.58º | 0.68% | 0.33% | - |
| HSV(B) | 341.58º | 0.81% | 0.55% | - |
| XYZ | 12.25 | 6.79 | 5.22 | - |
| YUV | 65.08 | 126.27 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 27 | 62 | 0 | 0.81 | 0.56 | 0.45 | 341.58 | 0.68 | 0.33 |
| Hex | 8D | 1B | 3E | 0 | 51 | 38 | 2D | 156 | 44 | 21 |
| Octal | 215 | 33 | 76 | 0 | 121 | 70 | 55 | 526 | 104 | 41 |
| Binary | 10001101 | 11011 | 111110 | 0 | 1010001 | 111000 | 101101 | 101010110 | 1000100 | 100001 |
Color Harmonies of #8D1B3E
Complementary color
Monochromatic Colors of #8D1B3E
Black with #8D1B3E
Text Example
Text Example
White with #8D1B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1B3E; }
p { color: rgb(141,27,62); }
H1.HeaderClassName
{
color: #8D1B3E;
}
.AnyTagClassName
{
color: #8D1B3E;
}
</style>
background-color css
<style>
a { background-color: #8D1B3E; }
a { background-color: rgb(141,27,62); }
div.DivClassName
{
background-color: #8D1B3E;
}
.BgClassName
{
background-color: #8D1B3E;
}
</style>
border-color css
<style>
span { border-color: #8D1B3E; }
span { border-color: rgb(141,27,62); }
td.TdClassName
{
border-color: #8D1B3E;
}
.TagClassName
{
border-color: #8D1B3E;
}
</style>