Shades of Shiraz #8D2C3D
Tints of Shiraz #8D2C3D
RGB
CMYK
RGB Variations
Color information
#8D2C3D (or 0x8D2C3D) is known color: Shiraz. HEX triplet: 8D, 2C and 3D. RGB value is (141,44,61). Sum of RGB (Red+Green+Blue) = 141+44+61=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2C3D is #72D3C2. Grayscale: #4A4A4A. Windows color (decimal): -7525315 or 4009101. OLE color: 4009101.
HSL color Cylindrical-coordinate representation of color #8D2C3D: hue angle of 349.48º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D2C3D is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 44 | 61 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.45 |
| HSL | 349.48º | 0.52% | 0.36% | - |
| HSV(B) | 349.48º | 0.69% | 0.55% | - |
| XYZ | 12.73 | 7.8 | 5.25 | - |
| YUV | 74.94 | 120.14 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 44 | 61 | 0 | 0.69 | 0.57 | 0.45 | 349.48 | 0.52 | 0.36 |
| Hex | 8D | 2C | 3D | 0 | 45 | 39 | 2D | 15D | 34 | 24 |
| Octal | 215 | 54 | 75 | 0 | 105 | 71 | 55 | 535 | 64 | 44 |
| Binary | 10001101 | 101100 | 111101 | 0 | 1000101 | 111001 | 101101 | 101011101 | 110100 | 100100 |
Color Harmonies of #8D2C3D
Complementary color
Monochromatic Colors of #8D2C3D
Black with #8D2C3D
Text Example
Text Example
White with #8D2C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2C3D; }
p { color: rgb(141,44,61); }
H1.HeaderClassName
{
color: #8D2C3D;
}
.AnyTagClassName
{
color: #8D2C3D;
}
</style>
background-color css
<style>
a { background-color: #8D2C3D; }
a { background-color: rgb(141,44,61); }
div.DivClassName
{
background-color: #8D2C3D;
}
.BgClassName
{
background-color: #8D2C3D;
}
</style>
border-color css
<style>
span { border-color: #8D2C3D; }
span { border-color: rgb(141,44,61); }
td.TdClassName
{
border-color: #8D2C3D;
}
.TagClassName
{
border-color: #8D2C3D;
}
</style>