Shades of Shiraz #8F163A
Tints of Shiraz #8F163A
RGB
CMYK
RGB Variations
Color information
#8F163A (or 0x8F163A) is known color: Shiraz. HEX triplet: 8F, 16 and 3A. RGB value is (143,22,58). Sum of RGB (Red+Green+Blue) = 143+22+58=223 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.13% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 143 - color contains mainly: red. Hex color #8F163A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F163A is #70E9C5. Grayscale: #3E3E3E. Windows color (decimal): -7399878 or 3806863. OLE color: 3806863.
HSL color Cylindrical-coordinate representation of color #8F163A: hue angle of 342.15º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F163A is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 22 | 58 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.44 |
| HSL | 342.15º | 0.73% | 0.32% | - |
| HSV(B) | 342.15º | 0.85% | 0.56% | - |
| XYZ | 12.38 | 6.72 | 4.65 | - |
| YUV | 62.28 | 125.59 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 58 | 0 | 0.85 | 0.59 | 0.44 | 342.15 | 0.73 | 0.32 |
| Hex | 8F | 16 | 3A | 0 | 55 | 3B | 2C | 156 | 49 | 20 |
| Octal | 217 | 26 | 72 | 0 | 125 | 73 | 54 | 526 | 111 | 40 |
| Binary | 10001111 | 10110 | 111010 | 0 | 1010101 | 111011 | 101100 | 101010110 | 1001001 | 100000 |
Color Harmonies of #8F163A
Complementary color
Monochromatic Colors of #8F163A
Black with #8F163A
Text Example
Text Example
White with #8F163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F163A; }
p { color: rgb(143,22,58); }
H1.HeaderClassName
{
color: #8F163A;
}
.AnyTagClassName
{
color: #8F163A;
}
</style>
background-color css
<style>
a { background-color: #8F163A; }
a { background-color: rgb(143,22,58); }
div.DivClassName
{
background-color: #8F163A;
}
.BgClassName
{
background-color: #8F163A;
}
</style>
border-color css
<style>
span { border-color: #8F163A; }
span { border-color: rgb(143,22,58); }
td.TdClassName
{
border-color: #8F163A;
}
.TagClassName
{
border-color: #8F163A;
}
</style>