Shades of Shiraz #8E263F
Tints of Shiraz #8E263F
RGB
CMYK
RGB Variations
Color information
#8E263F (or 0x8E263F) is known color: Shiraz. HEX triplet: 8E, 26 and 3F. RGB value is (142,38,63). Sum of RGB (Red+Green+Blue) = 142+38+63=243 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.44% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 142 - color contains mainly: red. Hex color #8E263F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E263F is #71D9C0. Grayscale: #474747. Windows color (decimal): -7461313 or 4138638. OLE color: 4138638.
HSL color Cylindrical-coordinate representation of color #8E263F: hue angle of 345.58º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E263F is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 38 | 63 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.44 |
| HSL | 345.58º | 0.58% | 0.35% | - |
| HSV(B) | 345.58º | 0.73% | 0.56% | - |
| XYZ | 12.75 | 7.5 | 5.48 | - |
| YUV | 71.95 | 122.96 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 38 | 63 | 0 | 0.73 | 0.56 | 0.44 | 345.58 | 0.58 | 0.35 |
| Hex | 8E | 26 | 3F | 0 | 49 | 38 | 2C | 15A | 3A | 23 |
| Octal | 216 | 46 | 77 | 0 | 111 | 70 | 54 | 532 | 72 | 43 |
| Binary | 10001110 | 100110 | 111111 | 0 | 1001001 | 111000 | 101100 | 101011010 | 111010 | 100011 |
Color Harmonies of #8E263F
Complementary color
Monochromatic Colors of #8E263F
Black with #8E263F
Text Example
Text Example
White with #8E263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E263F; }
p { color: rgb(142,38,63); }
H1.HeaderClassName
{
color: #8E263F;
}
.AnyTagClassName
{
color: #8E263F;
}
</style>
background-color css
<style>
a { background-color: #8E263F; }
a { background-color: rgb(142,38,63); }
div.DivClassName
{
background-color: #8E263F;
}
.BgClassName
{
background-color: #8E263F;
}
</style>
border-color css
<style>
span { border-color: #8E263F; }
span { border-color: rgb(142,38,63); }
td.TdClassName
{
border-color: #8E263F;
}
.TagClassName
{
border-color: #8E263F;
}
</style>