Shades of Shiraz #8F1734
Tints of Shiraz #8F1734
RGB
CMYK
RGB Variations
Color information
#8F1734 (or 0x8F1734) is known color: Shiraz. HEX triplet: 8F, 17 and 34. RGB value is (143,23,52). Sum of RGB (Red+Green+Blue) = 143+23+52=218 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.60% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1734 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1734 is #70E8CB. Grayscale: #3E3E3E. Windows color (decimal): -7399628 or 3413903. OLE color: 3413903.
HSL color Cylindrical-coordinate representation of color #8F1734: hue angle of 345.5º 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 #8F1734 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 23 | 52 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.44 |
| HSL | 345.5º | 0.72% | 0.33% | - |
| HSV(B) | 345.5º | 0.84% | 0.56% | - |
| XYZ | 12.25 | 6.7 | 3.9 | - |
| YUV | 62.19 | 122.26 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 52 | 0 | 0.84 | 0.64 | 0.44 | 345.5 | 0.72 | 0.33 |
| Hex | 8F | 17 | 34 | 0 | 54 | 40 | 2C | 15A | 48 | 21 |
| Octal | 217 | 27 | 64 | 0 | 124 | 100 | 54 | 532 | 110 | 41 |
| Binary | 10001111 | 10111 | 110100 | 0 | 1010100 | 1000000 | 101100 | 101011010 | 1001000 | 100001 |
Color Harmonies of #8F1734
Complementary color
Monochromatic Colors of #8F1734
Black with #8F1734
Text Example
Text Example
White with #8F1734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1734; }
p { color: rgb(143,23,52); }
H1.HeaderClassName
{
color: #8F1734;
}
.AnyTagClassName
{
color: #8F1734;
}
</style>
background-color css
<style>
a { background-color: #8F1734; }
a { background-color: rgb(143,23,52); }
div.DivClassName
{
background-color: #8F1734;
}
.BgClassName
{
background-color: #8F1734;
}
</style>
border-color css
<style>
span { border-color: #8F1734; }
span { border-color: rgb(143,23,52); }
td.TdClassName
{
border-color: #8F1734;
}
.TagClassName
{
border-color: #8F1734;
}
</style>