Shades of Shiraz #8D223C
Tints of Shiraz #8D223C
RGB
CMYK
RGB Variations
Color information
#8D223C (or 0x8D223C) is known color: Shiraz. HEX triplet: 8D, 22 and 3C. RGB value is (141,34,60). Sum of RGB (Red+Green+Blue) = 141+34+60=235 (31% of max value = 765). Red value is 141 (55.47% from 255 or 60% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 141 - color contains mainly: red. Hex color #8D223C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D223C is #72DDC3. Grayscale: #444444. Windows color (decimal): -7527876 or 3941005. OLE color: 3941005.
HSL color Cylindrical-coordinate representation of color #8D223C: hue angle of 345.42º 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 #8D223C is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 34 | 60 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.45 |
| HSL | 345.42º | 0.61% | 0.34% | - |
| HSV(B) | 345.42º | 0.76% | 0.55% | - |
| XYZ | 12.37 | 7.13 | 5 | - |
| YUV | 68.96 | 122.95 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 34 | 60 | 0 | 0.76 | 0.57 | 0.45 | 345.42 | 0.61 | 0.34 |
| Hex | 8D | 22 | 3C | 0 | 4C | 39 | 2D | 159 | 3D | 22 |
| Octal | 215 | 42 | 74 | 0 | 114 | 71 | 55 | 531 | 75 | 42 |
| Binary | 10001101 | 100010 | 111100 | 0 | 1001100 | 111001 | 101101 | 101011001 | 111101 | 100010 |
Color Harmonies of #8D223C
Complementary color
Monochromatic Colors of #8D223C
Black with #8D223C
Text Example
Text Example
White with #8D223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D223C; }
p { color: rgb(141,34,60); }
H1.HeaderClassName
{
color: #8D223C;
}
.AnyTagClassName
{
color: #8D223C;
}
</style>
background-color css
<style>
a { background-color: #8D223C; }
a { background-color: rgb(141,34,60); }
div.DivClassName
{
background-color: #8D223C;
}
.BgClassName
{
background-color: #8D223C;
}
</style>
border-color css
<style>
span { border-color: #8D223C; }
span { border-color: rgb(141,34,60); }
td.TdClassName
{
border-color: #8D223C;
}
.TagClassName
{
border-color: #8D223C;
}
</style>