Shades of Shiraz #8E1B38
Tints of Shiraz #8E1B38
RGB
CMYK
RGB Variations
Color information
#8E1B38 (or 0x8E1B38) is known color: Shiraz. HEX triplet: 8E, 1B and 38. RGB value is (142,27,56). Sum of RGB (Red+Green+Blue) = 142+27+56=225 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.11% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1B38 is #71E4C7. Grayscale: #404040. Windows color (decimal): -7464136 or 3677070. OLE color: 3677070.
HSL color Cylindrical-coordinate representation of color #8E1B38: hue angle of 344.87º 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 #8E1B38 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 27 | 56 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.44 |
| HSL | 344.87º | 0.68% | 0.33% | - |
| HSV(B) | 344.87º | 0.81% | 0.56% | - |
| XYZ | 12.26 | 6.82 | 4.41 | - |
| YUV | 64.69 | 123.1 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 27 | 56 | 0 | 0.81 | 0.61 | 0.44 | 344.87 | 0.68 | 0.33 |
| Hex | 8E | 1B | 38 | 0 | 51 | 3D | 2C | 159 | 44 | 21 |
| Octal | 216 | 33 | 70 | 0 | 121 | 75 | 54 | 531 | 104 | 41 |
| Binary | 10001110 | 11011 | 111000 | 0 | 1010001 | 111101 | 101100 | 101011001 | 1000100 | 100001 |
Color Harmonies of #8E1B38
Complementary color
Monochromatic Colors of #8E1B38
Black with #8E1B38
Text Example
Text Example
White with #8E1B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1B38; }
p { color: rgb(142,27,56); }
H1.HeaderClassName
{
color: #8E1B38;
}
.AnyTagClassName
{
color: #8E1B38;
}
</style>
background-color css
<style>
a { background-color: #8E1B38; }
a { background-color: rgb(142,27,56); }
div.DivClassName
{
background-color: #8E1B38;
}
.BgClassName
{
background-color: #8E1B38;
}
</style>
border-color css
<style>
span { border-color: #8E1B38; }
span { border-color: rgb(142,27,56); }
td.TdClassName
{
border-color: #8E1B38;
}
.TagClassName
{
border-color: #8E1B38;
}
</style>