Shades of Shiraz #8F1F39
Tints of Shiraz #8F1F39
RGB
CMYK
RGB Variations
Color information
#8F1F39 (or 0x8F1F39) is known color: Shiraz. HEX triplet: 8F, 1F and 39. RGB value is (143,31,57). Sum of RGB (Red+Green+Blue) = 143+31+57=231 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.90% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F1F39 is #70E0C6. Grayscale: #434343. Windows color (decimal): -7397575 or 3743631. OLE color: 3743631.
HSL color Cylindrical-coordinate representation of color #8F1F39: hue angle of 346.07º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F1F39 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 31 | 57 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.44 |
| HSL | 346.07º | 0.64% | 0.34% | - |
| HSV(B) | 346.07º | 0.78% | 0.56% | - |
| XYZ | 12.56 | 7.12 | 4.58 | - |
| YUV | 67.45 | 122.11 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 31 | 57 | 0 | 0.78 | 0.60 | 0.44 | 346.07 | 0.64 | 0.34 |
| Hex | 8F | 1F | 39 | 0 | 4E | 3C | 2C | 15A | 40 | 22 |
| Octal | 217 | 37 | 71 | 0 | 116 | 74 | 54 | 532 | 100 | 42 |
| Binary | 10001111 | 11111 | 111001 | 0 | 1001110 | 111100 | 101100 | 101011010 | 1000000 | 100010 |
Color Harmonies of #8F1F39
Complementary color
Monochromatic Colors of #8F1F39
Black with #8F1F39
Text Example
Text Example
White with #8F1F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1F39; }
p { color: rgb(143,31,57); }
H1.HeaderClassName
{
color: #8F1F39;
}
.AnyTagClassName
{
color: #8F1F39;
}
</style>
background-color css
<style>
a { background-color: #8F1F39; }
a { background-color: rgb(143,31,57); }
div.DivClassName
{
background-color: #8F1F39;
}
.BgClassName
{
background-color: #8F1F39;
}
</style>
border-color css
<style>
span { border-color: #8F1F39; }
span { border-color: rgb(143,31,57); }
td.TdClassName
{
border-color: #8F1F39;
}
.TagClassName
{
border-color: #8F1F39;
}
</style>