Shades of Shiraz #8D2233
Tints of Shiraz #8D2233
RGB
CMYK
RGB Variations
Color information
#8D2233 (or 0x8D2233) is known color: Shiraz. HEX triplet: 8D, 22 and 33. RGB value is (141,34,51). Sum of RGB (Red+Green+Blue) = 141+34+51=226 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.39% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2233 is #72DDCC. Grayscale: #434343. Windows color (decimal): -7527885 or 3351181. OLE color: 3351181.
HSL color Cylindrical-coordinate representation of color #8D2233: hue angle of 350.47º 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 #8D2233 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 34 | 51 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.45 |
| HSL | 350.47º | 0.61% | 0.34% | - |
| HSV(B) | 350.47º | 0.76% | 0.55% | - |
| XYZ | 12.15 | 7.05 | 3.85 | - |
| YUV | 67.93 | 118.45 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 34 | 51 | 0 | 0.76 | 0.64 | 0.45 | 350.47 | 0.61 | 0.34 |
| Hex | 8D | 22 | 33 | 0 | 4C | 40 | 2D | 15E | 3D | 22 |
| Octal | 215 | 42 | 63 | 0 | 114 | 100 | 55 | 536 | 75 | 42 |
| Binary | 10001101 | 100010 | 110011 | 0 | 1001100 | 1000000 | 101101 | 101011110 | 111101 | 100010 |
Color Harmonies of #8D2233
Complementary color
Monochromatic Colors of #8D2233
Black with #8D2233
Text Example
Text Example
White with #8D2233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2233; }
p { color: rgb(141,34,51); }
H1.HeaderClassName
{
color: #8D2233;
}
.AnyTagClassName
{
color: #8D2233;
}
</style>
background-color css
<style>
a { background-color: #8D2233; }
a { background-color: rgb(141,34,51); }
div.DivClassName
{
background-color: #8D2233;
}
.BgClassName
{
background-color: #8D2233;
}
</style>
border-color css
<style>
span { border-color: #8D2233; }
span { border-color: rgb(141,34,51); }
td.TdClassName
{
border-color: #8D2233;
}
.TagClassName
{
border-color: #8D2233;
}
</style>