Shades of Shiraz #8D1D34
Tints of Shiraz #8D1D34
RGB
CMYK
RGB Variations
Color information
#8D1D34 (or 0x8D1D34) is known color: Shiraz. HEX triplet: 8D, 1D and 34. RGB value is (141,29,52). Sum of RGB (Red+Green+Blue) = 141+29+52=222 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.51% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1D34 is #72E2CB. Grayscale: #414141. Windows color (decimal): -7529164 or 3415437. OLE color: 3415437.
HSL color Cylindrical-coordinate representation of color #8D1D34: hue angle of 347.68º 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 #8D1D34 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 29 | 52 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.45 |
| HSL | 347.68º | 0.66% | 0.33% | - |
| HSV(B) | 347.68º | 0.79% | 0.55% | - |
| XYZ | 12.04 | 6.79 | 3.92 | - |
| YUV | 65.11 | 120.61 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 29 | 52 | 0 | 0.79 | 0.63 | 0.45 | 347.68 | 0.66 | 0.33 |
| Hex | 8D | 1D | 34 | 0 | 4F | 3F | 2D | 15C | 42 | 21 |
| Octal | 215 | 35 | 64 | 0 | 117 | 77 | 55 | 534 | 102 | 41 |
| Binary | 10001101 | 11101 | 110100 | 0 | 1001111 | 111111 | 101101 | 101011100 | 1000010 | 100001 |
Color Harmonies of #8D1D34
Complementary color
Monochromatic Colors of #8D1D34
Black with #8D1D34
Text Example
Text Example
White with #8D1D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1D34; }
p { color: rgb(141,29,52); }
H1.HeaderClassName
{
color: #8D1D34;
}
.AnyTagClassName
{
color: #8D1D34;
}
</style>
background-color css
<style>
a { background-color: #8D1D34; }
a { background-color: rgb(141,29,52); }
div.DivClassName
{
background-color: #8D1D34;
}
.BgClassName
{
background-color: #8D1D34;
}
</style>
border-color css
<style>
span { border-color: #8D1D34; }
span { border-color: rgb(141,29,52); }
td.TdClassName
{
border-color: #8D1D34;
}
.TagClassName
{
border-color: #8D1D34;
}
</style>