Shades of Shiraz #8D2130
Tints of Shiraz #8D2130
RGB
CMYK
RGB Variations
Color information
#8D2130 (or 0x8D2130) is known color: Shiraz. HEX triplet: 8D, 21 and 30. RGB value is (141,33,48). Sum of RGB (Red+Green+Blue) = 141+33+48=222 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.51% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2130 is #72DECF. Grayscale: #434343. Windows color (decimal): -7528144 or 3154317. OLE color: 3154317.
HSL color Cylindrical-coordinate representation of color #8D2130: hue angle of 351.67º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2130 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 33 | 48 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.45 |
| HSL | 351.67º | 0.62% | 0.34% | - |
| HSV(B) | 351.67º | 0.77% | 0.55% | - |
| XYZ | 12.06 | 6.96 | 3.5 | - |
| YUV | 67 | 117.28 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 48 | 0 | 0.77 | 0.66 | 0.45 | 351.67 | 0.62 | 0.34 |
| Hex | 8D | 21 | 30 | 0 | 4D | 42 | 2D | 160 | 3E | 22 |
| Octal | 215 | 41 | 60 | 0 | 115 | 102 | 55 | 540 | 76 | 42 |
| Binary | 10001101 | 100001 | 110000 | 0 | 1001101 | 1000010 | 101101 | 101100000 | 111110 | 100010 |
Color Harmonies of #8D2130
Complementary color
Monochromatic Colors of #8D2130
Black with #8D2130
Text Example
Text Example
White with #8D2130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2130; }
p { color: rgb(141,33,48); }
H1.HeaderClassName
{
color: #8D2130;
}
.AnyTagClassName
{
color: #8D2130;
}
</style>
background-color css
<style>
a { background-color: #8D2130; }
a { background-color: rgb(141,33,48); }
div.DivClassName
{
background-color: #8D2130;
}
.BgClassName
{
background-color: #8D2130;
}
</style>
border-color css
<style>
span { border-color: #8D2130; }
span { border-color: rgb(141,33,48); }
td.TdClassName
{
border-color: #8D2130;
}
.TagClassName
{
border-color: #8D2130;
}
</style>