Shades of Shiraz #8F172F
Tints of Shiraz #8F172F
RGB
CMYK
RGB Variations
Color information
#8F172F (or 0x8F172F) is known color: Shiraz. HEX triplet: 8F, 17 and 2F. RGB value is (143,23,47). Sum of RGB (Red+Green+Blue) = 143+23+47=213 (28% of max value = 765). Red value is 143 (56.25% from 255 or 67.14% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 143 - color contains mainly: red. Hex color #8F172F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F172F is #70E8D0. Grayscale: #3D3D3D. Windows color (decimal): -7399633 or 3086223. OLE color: 3086223.
HSL color Cylindrical-coordinate representation of color #8F172F: hue angle of 348º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F172F is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 23 | 47 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.44 |
| HSL | 348º | 0.72% | 0.33% | - |
| HSV(B) | 348º | 0.84% | 0.56% | - |
| XYZ | 12.15 | 6.66 | 3.33 | - |
| YUV | 61.62 | 119.76 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 47 | 0 | 0.84 | 0.67 | 0.44 | 348 | 0.72 | 0.33 |
| Hex | 8F | 17 | 2F | 0 | 54 | 43 | 2C | 15C | 48 | 21 |
| Octal | 217 | 27 | 57 | 0 | 124 | 103 | 54 | 534 | 110 | 41 |
| Binary | 10001111 | 10111 | 101111 | 0 | 1010100 | 1000011 | 101100 | 101011100 | 1001000 | 100001 |
Color Harmonies of #8F172F
Complementary color
Monochromatic Colors of #8F172F
Black with #8F172F
Text Example
Text Example
White with #8F172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F172F; }
p { color: rgb(143,23,47); }
H1.HeaderClassName
{
color: #8F172F;
}
.AnyTagClassName
{
color: #8F172F;
}
</style>
background-color css
<style>
a { background-color: #8F172F; }
a { background-color: rgb(143,23,47); }
div.DivClassName
{
background-color: #8F172F;
}
.BgClassName
{
background-color: #8F172F;
}
</style>
border-color css
<style>
span { border-color: #8F172F; }
span { border-color: rgb(143,23,47); }
td.TdClassName
{
border-color: #8F172F;
}
.TagClassName
{
border-color: #8F172F;
}
</style>