Shades of Shiraz #8D263F
Tints of Shiraz #8D263F
RGB
CMYK
RGB Variations
Color information
#8D263F (or 0x8D263F) is known color: Shiraz. HEX triplet: 8D, 26 and 3F. RGB value is (141,38,63). Sum of RGB (Red+Green+Blue) = 141+38+63=242 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.26% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 141 - color contains mainly: red. Hex color #8D263F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D263F is #72D9C0. Grayscale: #474747. Windows color (decimal): -7526849 or 4138637. OLE color: 4138637.
HSL color Cylindrical-coordinate representation of color #8D263F: hue angle of 345.44º 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 #8D263F is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 38 | 63 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.45 |
| HSL | 345.44º | 0.58% | 0.35% | - |
| HSV(B) | 345.44º | 0.73% | 0.55% | - |
| XYZ | 12.57 | 7.41 | 5.47 | - |
| YUV | 71.65 | 123.12 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 38 | 63 | 0 | 0.73 | 0.55 | 0.45 | 345.44 | 0.58 | 0.35 |
| Hex | 8D | 26 | 3F | 0 | 49 | 37 | 2D | 159 | 3A | 23 |
| Octal | 215 | 46 | 77 | 0 | 111 | 67 | 55 | 531 | 72 | 43 |
| Binary | 10001101 | 100110 | 111111 | 0 | 1001001 | 110111 | 101101 | 101011001 | 111010 | 100011 |
Color Harmonies of #8D263F
Complementary color
Monochromatic Colors of #8D263F
Black with #8D263F
Text Example
Text Example
White with #8D263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D263F; }
p { color: rgb(141,38,63); }
H1.HeaderClassName
{
color: #8D263F;
}
.AnyTagClassName
{
color: #8D263F;
}
</style>
background-color css
<style>
a { background-color: #8D263F; }
a { background-color: rgb(141,38,63); }
div.DivClassName
{
background-color: #8D263F;
}
.BgClassName
{
background-color: #8D263F;
}
</style>
border-color css
<style>
span { border-color: #8D263F; }
span { border-color: rgb(141,38,63); }
td.TdClassName
{
border-color: #8D263F;
}
.TagClassName
{
border-color: #8D263F;
}
</style>