Shades of Shiraz #8D103D
Tints of Shiraz #8D103D
RGB
CMYK
RGB Variations
Color information
#8D103D (or 0x8D103D) is known color: Shiraz. HEX triplet: 8D, 10 and 3D. RGB value is (141,16,61). Sum of RGB (Red+Green+Blue) = 141+16+61=218 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.68% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 141 - color contains mainly: red. Hex color #8D103D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D103D is #72EFC2. Grayscale: #3A3A3A. Windows color (decimal): -7532483 or 4001933. OLE color: 4001933.
HSL color Cylindrical-coordinate representation of color #8D103D: hue angle of 338.4º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D103D is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 16 | 61 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.45 |
| HSL | 338.4º | 0.8% | 0.31% | - |
| HSV(B) | 338.4º | 0.89% | 0.55% | - |
| XYZ | 12.01 | 6.37 | 5.01 | - |
| YUV | 58.51 | 129.41 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 16 | 61 | 0 | 0.89 | 0.57 | 0.45 | 338.4 | 0.8 | 0.31 |
| Hex | 8D | 10 | 3D | 0 | 59 | 39 | 2D | 152 | 50 | 1F |
| Octal | 215 | 20 | 75 | 0 | 131 | 71 | 55 | 522 | 120 | 37 |
| Binary | 10001101 | 10000 | 111101 | 0 | 1011001 | 111001 | 101101 | 101010010 | 1010000 | 11111 |
Color Harmonies of #8D103D
Complementary color
Monochromatic Colors of #8D103D
Black with #8D103D
Text Example
Text Example
White with #8D103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D103D; }
p { color: rgb(141,16,61); }
H1.HeaderClassName
{
color: #8D103D;
}
.AnyTagClassName
{
color: #8D103D;
}
</style>
background-color css
<style>
a { background-color: #8D103D; }
a { background-color: rgb(141,16,61); }
div.DivClassName
{
background-color: #8D103D;
}
.BgClassName
{
background-color: #8D103D;
}
</style>
border-color css
<style>
span { border-color: #8D103D; }
span { border-color: rgb(141,16,61); }
td.TdClassName
{
border-color: #8D103D;
}
.TagClassName
{
border-color: #8D103D;
}
</style>