Shades of Shiraz #8E1B3B
Tints of Shiraz #8E1B3B
RGB
CMYK
RGB Variations
Color information
#8E1B3B (or 0x8E1B3B) is known color: Shiraz. HEX triplet: 8E, 1B and 3B. RGB value is (142,27,59). Sum of RGB (Red+Green+Blue) = 142+27+59=228 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.28% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1B3B is #71E4C4. Grayscale: #414141. Windows color (decimal): -7464133 or 3873678. OLE color: 3873678.
HSL color Cylindrical-coordinate representation of color #8E1B3B: hue angle of 343.3º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E1B3B is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 27 | 59 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.44 |
| HSL | 343.3º | 0.68% | 0.33% | - |
| HSV(B) | 343.3º | 0.81% | 0.56% | - |
| XYZ | 12.34 | 6.85 | 4.81 | - |
| YUV | 65.03 | 124.6 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 27 | 59 | 0 | 0.81 | 0.58 | 0.44 | 343.3 | 0.68 | 0.33 |
| Hex | 8E | 1B | 3B | 0 | 51 | 3A | 2C | 157 | 44 | 21 |
| Octal | 216 | 33 | 73 | 0 | 121 | 72 | 54 | 527 | 104 | 41 |
| Binary | 10001110 | 11011 | 111011 | 0 | 1010001 | 111010 | 101100 | 101010111 | 1000100 | 100001 |
Color Harmonies of #8E1B3B
Complementary color
Monochromatic Colors of #8E1B3B
Black with #8E1B3B
Text Example
Text Example
White with #8E1B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1B3B; }
p { color: rgb(142,27,59); }
H1.HeaderClassName
{
color: #8E1B3B;
}
.AnyTagClassName
{
color: #8E1B3B;
}
</style>
background-color css
<style>
a { background-color: #8E1B3B; }
a { background-color: rgb(142,27,59); }
div.DivClassName
{
background-color: #8E1B3B;
}
.BgClassName
{
background-color: #8E1B3B;
}
</style>
border-color css
<style>
span { border-color: #8E1B3B; }
span { border-color: rgb(142,27,59); }
td.TdClassName
{
border-color: #8E1B3B;
}
.TagClassName
{
border-color: #8E1B3B;
}
</style>