Shades of Shiraz #8D263A
Tints of Shiraz #8D263A
RGB
CMYK
RGB Variations
Color information
#8D263A (or 0x8D263A) is known color: Shiraz. HEX triplet: 8D, 26 and 3A. RGB value is (141,38,58). Sum of RGB (Red+Green+Blue) = 141+38+58=237 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.49% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 141 - color contains mainly: red. Hex color #8D263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D263A is #72D9C5. Grayscale: #474747. Windows color (decimal): -7526854 or 3810957. OLE color: 3810957.
HSL color Cylindrical-coordinate representation of color #8D263A: hue angle of 348.35º 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 #8D263A is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 38 | 58 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.45 |
| HSL | 348.35º | 0.58% | 0.35% | - |
| HSV(B) | 348.35º | 0.73% | 0.55% | - |
| XYZ | 12.44 | 7.35 | 4.77 | - |
| YUV | 71.08 | 120.62 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 38 | 58 | 0 | 0.73 | 0.59 | 0.45 | 348.35 | 0.58 | 0.35 |
| Hex | 8D | 26 | 3A | 0 | 49 | 3B | 2D | 15C | 3A | 23 |
| Octal | 215 | 46 | 72 | 0 | 111 | 73 | 55 | 534 | 72 | 43 |
| Binary | 10001101 | 100110 | 111010 | 0 | 1001001 | 111011 | 101101 | 101011100 | 111010 | 100011 |
Color Harmonies of #8D263A
Complementary color
Monochromatic Colors of #8D263A
Black with #8D263A
Text Example
Text Example
White with #8D263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D263A; }
p { color: rgb(141,38,58); }
H1.HeaderClassName
{
color: #8D263A;
}
.AnyTagClassName
{
color: #8D263A;
}
</style>
background-color css
<style>
a { background-color: #8D263A; }
a { background-color: rgb(141,38,58); }
div.DivClassName
{
background-color: #8D263A;
}
.BgClassName
{
background-color: #8D263A;
}
</style>
border-color css
<style>
span { border-color: #8D263A; }
span { border-color: rgb(141,38,58); }
td.TdClassName
{
border-color: #8D263A;
}
.TagClassName
{
border-color: #8D263A;
}
</style>