Shades of Shiraz #8D1A31
Tints of Shiraz #8D1A31
RGB
CMYK
RGB Variations
Color information
#8D1A31 (or 0x8D1A31) is known color: Shiraz. HEX triplet: 8D, 1A and 31. RGB value is (141,26,49). Sum of RGB (Red+Green+Blue) = 141+26+49=216 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.28% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1A31 is #72E5CE. Grayscale: #3F3F3F. Windows color (decimal): -7529935 or 3218061. OLE color: 3218061.
HSL color Cylindrical-coordinate representation of color #8D1A31: hue angle of 348º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D1A31 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 26 | 49 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.45 |
| HSL | 348º | 0.69% | 0.33% | - |
| HSV(B) | 348º | 0.82% | 0.55% | - |
| XYZ | 11.91 | 6.62 | 3.56 | - |
| YUV | 63.01 | 120.1 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 49 | 0 | 0.82 | 0.65 | 0.45 | 348 | 0.69 | 0.33 |
| Hex | 8D | 1A | 31 | 0 | 52 | 41 | 2D | 15C | 45 | 21 |
| Octal | 215 | 32 | 61 | 0 | 122 | 101 | 55 | 534 | 105 | 41 |
| Binary | 10001101 | 11010 | 110001 | 0 | 1010010 | 1000001 | 101101 | 101011100 | 1000101 | 100001 |
Color Harmonies of #8D1A31
Complementary color
Monochromatic Colors of #8D1A31
Black with #8D1A31
Text Example
Text Example
White with #8D1A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1A31; }
p { color: rgb(141,26,49); }
H1.HeaderClassName
{
color: #8D1A31;
}
.AnyTagClassName
{
color: #8D1A31;
}
</style>
background-color css
<style>
a { background-color: #8D1A31; }
a { background-color: rgb(141,26,49); }
div.DivClassName
{
background-color: #8D1A31;
}
.BgClassName
{
background-color: #8D1A31;
}
</style>
border-color css
<style>
span { border-color: #8D1A31; }
span { border-color: rgb(141,26,49); }
td.TdClassName
{
border-color: #8D1A31;
}
.TagClassName
{
border-color: #8D1A31;
}
</style>