Shades of Shiraz #8D2D41
Tints of Shiraz #8D2D41
RGB
CMYK
RGB Variations
Color information
#8D2D41 (or 0x8D2D41) is known color: Shiraz. HEX triplet: 8D, 2D and 41. RGB value is (141,45,65). Sum of RGB (Red+Green+Blue) = 141+45+65=251 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.18% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2D41 is #72D2BE. Grayscale: #4C4C4C. Windows color (decimal): -7525055 or 4271501. OLE color: 4271501.
HSL color Cylindrical-coordinate representation of color #8D2D41: hue angle of 347.5º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D2D41 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 45 | 65 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.45 |
| HSL | 347.5º | 0.52% | 0.36% | - |
| HSV(B) | 347.5º | 0.68% | 0.55% | - |
| XYZ | 12.88 | 7.92 | 5.85 | - |
| YUV | 75.98 | 121.8 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 45 | 65 | 0 | 0.68 | 0.54 | 0.45 | 347.5 | 0.52 | 0.36 |
| Hex | 8D | 2D | 41 | 0 | 44 | 36 | 2D | 15C | 34 | 24 |
| Octal | 215 | 55 | 101 | 0 | 104 | 66 | 55 | 534 | 64 | 44 |
| Binary | 10001101 | 101101 | 1000001 | 0 | 1000100 | 110110 | 101101 | 101011100 | 110100 | 100100 |
Color Harmonies of #8D2D41
Complementary color
Monochromatic Colors of #8D2D41
Black with #8D2D41
Text Example
Text Example
White with #8D2D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2D41; }
p { color: rgb(141,45,65); }
H1.HeaderClassName
{
color: #8D2D41;
}
.AnyTagClassName
{
color: #8D2D41;
}
</style>
background-color css
<style>
a { background-color: #8D2D41; }
a { background-color: rgb(141,45,65); }
div.DivClassName
{
background-color: #8D2D41;
}
.BgClassName
{
background-color: #8D2D41;
}
</style>
border-color css
<style>
span { border-color: #8D2D41; }
span { border-color: rgb(141,45,65); }
td.TdClassName
{
border-color: #8D2D41;
}
.TagClassName
{
border-color: #8D2D41;
}
</style>