Shades of Shiraz #8D1F37
Tints of Shiraz #8D1F37
RGB
CMYK
RGB Variations
Color information
#8D1F37 (or 0x8D1F37) is known color: Shiraz. HEX triplet: 8D, 1F and 37. RGB value is (141,31,55). Sum of RGB (Red+Green+Blue) = 141+31+55=227 (30% of max value = 765). Red value is 141 (55.47% from 255 or 62.11% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1F37 is #72E0C8. Grayscale: #424242. Windows color (decimal): -7528649 or 3612557. OLE color: 3612557.
HSL color Cylindrical-coordinate representation of color #8D1F37: hue angle of 346.91º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D1F37 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 31 | 55 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.45 |
| HSL | 346.91º | 0.64% | 0.34% | - |
| HSV(B) | 346.91º | 0.78% | 0.55% | - |
| XYZ | 12.16 | 6.92 | 4.31 | - |
| YUV | 66.63 | 121.44 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 31 | 55 | 0 | 0.78 | 0.61 | 0.45 | 346.91 | 0.64 | 0.34 |
| Hex | 8D | 1F | 37 | 0 | 4E | 3D | 2D | 15B | 40 | 22 |
| Octal | 215 | 37 | 67 | 0 | 116 | 75 | 55 | 533 | 100 | 42 |
| Binary | 10001101 | 11111 | 110111 | 0 | 1001110 | 111101 | 101101 | 101011011 | 1000000 | 100010 |
Color Harmonies of #8D1F37
Complementary color
Monochromatic Colors of #8D1F37
Black with #8D1F37
Text Example
Text Example
White with #8D1F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1F37; }
p { color: rgb(141,31,55); }
H1.HeaderClassName
{
color: #8D1F37;
}
.AnyTagClassName
{
color: #8D1F37;
}
</style>
background-color css
<style>
a { background-color: #8D1F37; }
a { background-color: rgb(141,31,55); }
div.DivClassName
{
background-color: #8D1F37;
}
.BgClassName
{
background-color: #8D1F37;
}
</style>
border-color css
<style>
span { border-color: #8D1F37; }
span { border-color: rgb(141,31,55); }
td.TdClassName
{
border-color: #8D1F37;
}
.TagClassName
{
border-color: #8D1F37;
}
</style>