Shades of Shiraz #8D1D36
Tints of Shiraz #8D1D36
RGB
CMYK
RGB Variations
Color information
#8D1D36 (or 0x8D1D36) is known color: Shiraz. HEX triplet: 8D, 1D and 36. RGB value is (141,29,54). Sum of RGB (Red+Green+Blue) = 141+29+54=224 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.95% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1D36 is #72E2C9. Grayscale: #414141. Windows color (decimal): -7529162 or 3546509. OLE color: 3546509.
HSL color Cylindrical-coordinate representation of color #8D1D36: hue angle of 346.61º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D1D36 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 29 | 54 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.45 |
| HSL | 346.61º | 0.66% | 0.33% | - |
| HSV(B) | 346.61º | 0.79% | 0.55% | - |
| XYZ | 12.09 | 6.81 | 4.17 | - |
| YUV | 65.34 | 121.61 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 29 | 54 | 0 | 0.79 | 0.62 | 0.45 | 346.61 | 0.66 | 0.33 |
| Hex | 8D | 1D | 36 | 0 | 4F | 3E | 2D | 15B | 42 | 21 |
| Octal | 215 | 35 | 66 | 0 | 117 | 76 | 55 | 533 | 102 | 41 |
| Binary | 10001101 | 11101 | 110110 | 0 | 1001111 | 111110 | 101101 | 101011011 | 1000010 | 100001 |
Color Harmonies of #8D1D36
Complementary color
Monochromatic Colors of #8D1D36
Black with #8D1D36
Text Example
Text Example
White with #8D1D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1D36; }
p { color: rgb(141,29,54); }
H1.HeaderClassName
{
color: #8D1D36;
}
.AnyTagClassName
{
color: #8D1D36;
}
</style>
background-color css
<style>
a { background-color: #8D1D36; }
a { background-color: rgb(141,29,54); }
div.DivClassName
{
background-color: #8D1D36;
}
.BgClassName
{
background-color: #8D1D36;
}
</style>
border-color css
<style>
span { border-color: #8D1D36; }
span { border-color: rgb(141,29,54); }
td.TdClassName
{
border-color: #8D1D36;
}
.TagClassName
{
border-color: #8D1D36;
}
</style>