Shades of Shiraz #8D223A
Tints of Shiraz #8D223A
RGB
CMYK
RGB Variations
Color information
#8D223A (or 0x8D223A) is known color: Shiraz. HEX triplet: 8D, 22 and 3A. RGB value is (141,34,58). Sum of RGB (Red+Green+Blue) = 141+34+58=233 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.52% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 141 - color contains mainly: red. Hex color #8D223A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D223A is #72DDC5. Grayscale: #444444. Windows color (decimal): -7527878 or 3809933. OLE color: 3809933.
HSL color Cylindrical-coordinate representation of color #8D223A: hue angle of 346.54º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D223A is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 34 | 58 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.45 |
| HSL | 346.54º | 0.61% | 0.34% | - |
| HSV(B) | 346.54º | 0.76% | 0.55% | - |
| XYZ | 12.32 | 7.11 | 4.73 | - |
| YUV | 68.73 | 121.95 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 34 | 58 | 0 | 0.76 | 0.59 | 0.45 | 346.54 | 0.61 | 0.34 |
| Hex | 8D | 22 | 3A | 0 | 4C | 3B | 2D | 15B | 3D | 22 |
| Octal | 215 | 42 | 72 | 0 | 114 | 73 | 55 | 533 | 75 | 42 |
| Binary | 10001101 | 100010 | 111010 | 0 | 1001100 | 111011 | 101101 | 101011011 | 111101 | 100010 |
Color Harmonies of #8D223A
Complementary color
Monochromatic Colors of #8D223A
Black with #8D223A
Text Example
Text Example
White with #8D223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D223A; }
p { color: rgb(141,34,58); }
H1.HeaderClassName
{
color: #8D223A;
}
.AnyTagClassName
{
color: #8D223A;
}
</style>
background-color css
<style>
a { background-color: #8D223A; }
a { background-color: rgb(141,34,58); }
div.DivClassName
{
background-color: #8D223A;
}
.BgClassName
{
background-color: #8D223A;
}
</style>
border-color css
<style>
span { border-color: #8D223A; }
span { border-color: rgb(141,34,58); }
td.TdClassName
{
border-color: #8D223A;
}
.TagClassName
{
border-color: #8D223A;
}
</style>