Shades of Shiraz #8D1D3A
Tints of Shiraz #8D1D3A
RGB
CMYK
RGB Variations
Color information
#8D1D3A (or 0x8D1D3A) is known color: Shiraz. HEX triplet: 8D, 1D and 3A. RGB value is (141,29,58). Sum of RGB (Red+Green+Blue) = 141+29+58=228 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.84% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1D3A is #72E2C5. Grayscale: #414141. Windows color (decimal): -7529158 or 3808653. OLE color: 3808653.
HSL color Cylindrical-coordinate representation of color #8D1D3A: hue angle of 344.46º 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 #8D1D3A is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 29 | 58 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.45 |
| HSL | 344.46º | 0.66% | 0.33% | - |
| HSV(B) | 344.46º | 0.79% | 0.55% | - |
| XYZ | 12.19 | 6.85 | 4.68 | - |
| YUV | 65.79 | 123.61 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 29 | 58 | 0 | 0.79 | 0.59 | 0.45 | 344.46 | 0.66 | 0.33 |
| Hex | 8D | 1D | 3A | 0 | 4F | 3B | 2D | 158 | 42 | 21 |
| Octal | 215 | 35 | 72 | 0 | 117 | 73 | 55 | 530 | 102 | 41 |
| Binary | 10001101 | 11101 | 111010 | 0 | 1001111 | 111011 | 101101 | 101011000 | 1000010 | 100001 |
Color Harmonies of #8D1D3A
Complementary color
Monochromatic Colors of #8D1D3A
Black with #8D1D3A
Text Example
Text Example
White with #8D1D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1D3A; }
p { color: rgb(141,29,58); }
H1.HeaderClassName
{
color: #8D1D3A;
}
.AnyTagClassName
{
color: #8D1D3A;
}
</style>
background-color css
<style>
a { background-color: #8D1D3A; }
a { background-color: rgb(141,29,58); }
div.DivClassName
{
background-color: #8D1D3A;
}
.BgClassName
{
background-color: #8D1D3A;
}
</style>
border-color css
<style>
span { border-color: #8D1D3A; }
span { border-color: rgb(141,29,58); }
td.TdClassName
{
border-color: #8D1D3A;
}
.TagClassName
{
border-color: #8D1D3A;
}
</style>