Shades of Shiraz #8F193A
Tints of Shiraz #8F193A
RGB
CMYK
RGB Variations
Color information
#8F193A (or 0x8F193A) is known color: Shiraz. HEX triplet: 8F, 19 and 3A. RGB value is (143,25,58). Sum of RGB (Red+Green+Blue) = 143+25+58=226 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.27% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 143 - color contains mainly: red. Hex color #8F193A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F193A is #70E6C5. Grayscale: #404040. Windows color (decimal): -7399110 or 3807631. OLE color: 3807631.
HSL color Cylindrical-coordinate representation of color #8F193A: hue angle of 343.22º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F193A is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 25 | 58 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.44 |
| HSL | 343.22º | 0.7% | 0.33% | - |
| HSV(B) | 343.22º | 0.83% | 0.56% | - |
| XYZ | 12.44 | 6.84 | 4.67 | - |
| YUV | 64.04 | 124.59 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 58 | 0 | 0.83 | 0.59 | 0.44 | 343.22 | 0.7 | 0.33 |
| Hex | 8F | 19 | 3A | 0 | 53 | 3B | 2C | 157 | 46 | 21 |
| Octal | 217 | 31 | 72 | 0 | 123 | 73 | 54 | 527 | 106 | 41 |
| Binary | 10001111 | 11001 | 111010 | 0 | 1010011 | 111011 | 101100 | 101010111 | 1000110 | 100001 |
Color Harmonies of #8F193A
Complementary color
Monochromatic Colors of #8F193A
Black with #8F193A
Text Example
Text Example
White with #8F193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F193A; }
p { color: rgb(143,25,58); }
H1.HeaderClassName
{
color: #8F193A;
}
.AnyTagClassName
{
color: #8F193A;
}
</style>
background-color css
<style>
a { background-color: #8F193A; }
a { background-color: rgb(143,25,58); }
div.DivClassName
{
background-color: #8F193A;
}
.BgClassName
{
background-color: #8F193A;
}
</style>
border-color css
<style>
span { border-color: #8F193A; }
span { border-color: rgb(143,25,58); }
td.TdClassName
{
border-color: #8F193A;
}
.TagClassName
{
border-color: #8F193A;
}
</style>