Shades of Shiraz #8D263C
Tints of Shiraz #8D263C
RGB
CMYK
RGB Variations
Color information
#8D263C (or 0x8D263C) is known color: Shiraz. HEX triplet: 8D, 26 and 3C. RGB value is (141,38,60). Sum of RGB (Red+Green+Blue) = 141+38+60=239 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.00% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 141 - color contains mainly: red. Hex color #8D263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D263C is #72D9C3. Grayscale: #474747. Windows color (decimal): -7526852 or 3942029. OLE color: 3942029.
HSL color Cylindrical-coordinate representation of color #8D263C: hue angle of 347.18º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D263C is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 38 | 60 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.45 |
| HSL | 347.18º | 0.58% | 0.35% | - |
| HSV(B) | 347.18º | 0.73% | 0.55% | - |
| XYZ | 12.49 | 7.38 | 5.04 | - |
| YUV | 71.31 | 121.62 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 38 | 60 | 0 | 0.73 | 0.57 | 0.45 | 347.18 | 0.58 | 0.35 |
| Hex | 8D | 26 | 3C | 0 | 49 | 39 | 2D | 15B | 3A | 23 |
| Octal | 215 | 46 | 74 | 0 | 111 | 71 | 55 | 533 | 72 | 43 |
| Binary | 10001101 | 100110 | 111100 | 0 | 1001001 | 111001 | 101101 | 101011011 | 111010 | 100011 |
Color Harmonies of #8D263C
Complementary color
Monochromatic Colors of #8D263C
Black with #8D263C
Text Example
Text Example
White with #8D263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D263C; }
p { color: rgb(141,38,60); }
H1.HeaderClassName
{
color: #8D263C;
}
.AnyTagClassName
{
color: #8D263C;
}
</style>
background-color css
<style>
a { background-color: #8D263C; }
a { background-color: rgb(141,38,60); }
div.DivClassName
{
background-color: #8D263C;
}
.BgClassName
{
background-color: #8D263C;
}
</style>
border-color css
<style>
span { border-color: #8D263C; }
span { border-color: rgb(141,38,60); }
td.TdClassName
{
border-color: #8D263C;
}
.TagClassName
{
border-color: #8D263C;
}
</style>