Shades of Shiraz #8E1B3D
Tints of Shiraz #8E1B3D
RGB
CMYK
RGB Variations
Color information
#8E1B3D (or 0x8E1B3D) is known color: Shiraz. HEX triplet: 8E, 1B and 3D. RGB value is (142,27,61). Sum of RGB (Red+Green+Blue) = 142+27+61=230 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.74% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1B3D is #71E4C2. Grayscale: #414141. Windows color (decimal): -7464131 or 4004750. OLE color: 4004750.
HSL color Cylindrical-coordinate representation of color #8E1B3D: hue angle of 342.26º 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 #8E1B3D is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 27 | 61 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.44 |
| HSL | 342.26º | 0.68% | 0.33% | - |
| HSV(B) | 342.26º | 0.81% | 0.56% | - |
| XYZ | 12.39 | 6.87 | 5.09 | - |
| YUV | 65.26 | 125.6 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 27 | 61 | 0 | 0.81 | 0.57 | 0.44 | 342.26 | 0.68 | 0.33 |
| Hex | 8E | 1B | 3D | 0 | 51 | 39 | 2C | 156 | 44 | 21 |
| Octal | 216 | 33 | 75 | 0 | 121 | 71 | 54 | 526 | 104 | 41 |
| Binary | 10001110 | 11011 | 111101 | 0 | 1010001 | 111001 | 101100 | 101010110 | 1000100 | 100001 |
Color Harmonies of #8E1B3D
Complementary color
Monochromatic Colors of #8E1B3D
Black with #8E1B3D
Text Example
Text Example
White with #8E1B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1B3D; }
p { color: rgb(142,27,61); }
H1.HeaderClassName
{
color: #8E1B3D;
}
.AnyTagClassName
{
color: #8E1B3D;
}
</style>
background-color css
<style>
a { background-color: #8E1B3D; }
a { background-color: rgb(142,27,61); }
div.DivClassName
{
background-color: #8E1B3D;
}
.BgClassName
{
background-color: #8E1B3D;
}
</style>
border-color css
<style>
span { border-color: #8E1B3D; }
span { border-color: rgb(142,27,61); }
td.TdClassName
{
border-color: #8E1B3D;
}
.TagClassName
{
border-color: #8E1B3D;
}
</style>