Shades of Shiraz #8E253B
Tints of Shiraz #8E253B
RGB
CMYK
RGB Variations
Color information
#8E253B (or 0x8E253B) is known color: Shiraz. HEX triplet: 8E, 25 and 3B. RGB value is (142,37,59). Sum of RGB (Red+Green+Blue) = 142+37+59=238 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.66% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 142 - color contains mainly: red. Hex color #8E253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E253B is #71DAC4. Grayscale: #464646. Windows color (decimal): -7461573 or 3876238. OLE color: 3876238.
HSL color Cylindrical-coordinate representation of color #8E253B: hue angle of 347.43º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E253B is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 37 | 59 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.44 |
| HSL | 347.43º | 0.59% | 0.35% | - |
| HSV(B) | 347.43º | 0.74% | 0.56% | - |
| XYZ | 12.61 | 7.39 | 4.9 | - |
| YUV | 70.9 | 121.29 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 37 | 59 | 0 | 0.74 | 0.58 | 0.44 | 347.43 | 0.59 | 0.35 |
| Hex | 8E | 25 | 3B | 0 | 4A | 3A | 2C | 15B | 3B | 23 |
| Octal | 216 | 45 | 73 | 0 | 112 | 72 | 54 | 533 | 73 | 43 |
| Binary | 10001110 | 100101 | 111011 | 0 | 1001010 | 111010 | 101100 | 101011011 | 111011 | 100011 |
Color Harmonies of #8E253B
Complementary color
Monochromatic Colors of #8E253B
Black with #8E253B
Text Example
Text Example
White with #8E253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E253B; }
p { color: rgb(142,37,59); }
H1.HeaderClassName
{
color: #8E253B;
}
.AnyTagClassName
{
color: #8E253B;
}
</style>
background-color css
<style>
a { background-color: #8E253B; }
a { background-color: rgb(142,37,59); }
div.DivClassName
{
background-color: #8E253B;
}
.BgClassName
{
background-color: #8E253B;
}
</style>
border-color css
<style>
span { border-color: #8E253B; }
span { border-color: rgb(142,37,59); }
td.TdClassName
{
border-color: #8E253B;
}
.TagClassName
{
border-color: #8E253B;
}
</style>