Shades of Shiraz #8D2736
Tints of Shiraz #8D2736
RGB
CMYK
RGB Variations
Color information
#8D2736 (or 0x8D2736) is known color: Shiraz. HEX triplet: 8D, 27 and 36. RGB value is (141,39,54). Sum of RGB (Red+Green+Blue) = 141+39+54=234 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.26% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2736 is #72D8C9. Grayscale: #474747. Windows color (decimal): -7526602 or 3549069. OLE color: 3549069.
HSL color Cylindrical-coordinate representation of color #8D2736: hue angle of 351.18º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D2736 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 39 | 54 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.45 |
| HSL | 351.18º | 0.57% | 0.35% | - |
| HSV(B) | 351.18º | 0.72% | 0.55% | - |
| XYZ | 12.38 | 7.38 | 4.26 | - |
| YUV | 71.21 | 118.29 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 39 | 54 | 0 | 0.72 | 0.62 | 0.45 | 351.18 | 0.57 | 0.35 |
| Hex | 8D | 27 | 36 | 0 | 48 | 3E | 2D | 15F | 39 | 23 |
| Octal | 215 | 47 | 66 | 0 | 110 | 76 | 55 | 537 | 71 | 43 |
| Binary | 10001101 | 100111 | 110110 | 0 | 1001000 | 111110 | 101101 | 101011111 | 111001 | 100011 |
Color Harmonies of #8D2736
Complementary color
Monochromatic Colors of #8D2736
Black with #8D2736
Text Example
Text Example
White with #8D2736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2736; }
p { color: rgb(141,39,54); }
H1.HeaderClassName
{
color: #8D2736;
}
.AnyTagClassName
{
color: #8D2736;
}
</style>
background-color css
<style>
a { background-color: #8D2736; }
a { background-color: rgb(141,39,54); }
div.DivClassName
{
background-color: #8D2736;
}
.BgClassName
{
background-color: #8D2736;
}
</style>
border-color css
<style>
span { border-color: #8D2736; }
span { border-color: rgb(141,39,54); }
td.TdClassName
{
border-color: #8D2736;
}
.TagClassName
{
border-color: #8D2736;
}
</style>