Shades of Shiraz #8D183A
Tints of Shiraz #8D183A
RGB
CMYK
RGB Variations
Color information
#8D183A (or 0x8D183A) is known color: Shiraz. HEX triplet: 8D, 18 and 3A. RGB value is (141,24,58). Sum of RGB (Red+Green+Blue) = 141+24+58=223 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.23% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 141 - color contains mainly: red. Hex color #8D183A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D183A is #72E7C5. Grayscale: #3E3E3E. Windows color (decimal): -7530438 or 3807373. OLE color: 3807373.
HSL color Cylindrical-coordinate representation of color #8D183A: hue angle of 342.56º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D183A is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 24 | 58 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.45 |
| HSL | 342.56º | 0.71% | 0.32% | - |
| HSV(B) | 342.56º | 0.83% | 0.55% | - |
| XYZ | 12.07 | 6.62 | 4.64 | - |
| YUV | 62.86 | 125.26 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 24 | 58 | 0 | 0.83 | 0.59 | 0.45 | 342.56 | 0.71 | 0.32 |
| Hex | 8D | 18 | 3A | 0 | 53 | 3B | 2D | 157 | 47 | 20 |
| Octal | 215 | 30 | 72 | 0 | 123 | 73 | 55 | 527 | 107 | 40 |
| Binary | 10001101 | 11000 | 111010 | 0 | 1010011 | 111011 | 101101 | 101010111 | 1000111 | 100000 |
Color Harmonies of #8D183A
Complementary color
Monochromatic Colors of #8D183A
Black with #8D183A
Text Example
Text Example
White with #8D183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D183A; }
p { color: rgb(141,24,58); }
H1.HeaderClassName
{
color: #8D183A;
}
.AnyTagClassName
{
color: #8D183A;
}
</style>
background-color css
<style>
a { background-color: #8D183A; }
a { background-color: rgb(141,24,58); }
div.DivClassName
{
background-color: #8D183A;
}
.BgClassName
{
background-color: #8D183A;
}
</style>
border-color css
<style>
span { border-color: #8D183A; }
span { border-color: rgb(141,24,58); }
td.TdClassName
{
border-color: #8D183A;
}
.TagClassName
{
border-color: #8D183A;
}
</style>