Shades of Shiraz #8F183A
Tints of Shiraz #8F183A
RGB
CMYK
RGB Variations
Color information
#8F183A (or 0x8F183A) is known color: Shiraz. HEX triplet: 8F, 18 and 3A. RGB value is (143,24,58). Sum of RGB (Red+Green+Blue) = 143+24+58=225 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.56% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 143 - color contains mainly: red. Hex color #8F183A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F183A is #70E7C5. Grayscale: #3F3F3F. Windows color (decimal): -7399366 or 3807375. OLE color: 3807375.
HSL color Cylindrical-coordinate representation of color #8F183A: hue angle of 342.86º degrees, saturation: 0.71, 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 #8F183A is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 24 | 58 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.44 |
| HSL | 342.86º | 0.71% | 0.33% | - |
| HSV(B) | 342.86º | 0.83% | 0.56% | - |
| XYZ | 12.42 | 6.8 | 4.66 | - |
| YUV | 63.46 | 124.92 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 24 | 58 | 0 | 0.83 | 0.59 | 0.44 | 342.86 | 0.71 | 0.33 |
| Hex | 8F | 18 | 3A | 0 | 53 | 3B | 2C | 157 | 47 | 21 |
| Octal | 217 | 30 | 72 | 0 | 123 | 73 | 54 | 527 | 107 | 41 |
| Binary | 10001111 | 11000 | 111010 | 0 | 1010011 | 111011 | 101100 | 101010111 | 1000111 | 100001 |
Color Harmonies of #8F183A
Complementary color
Monochromatic Colors of #8F183A
Black with #8F183A
Text Example
Text Example
White with #8F183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F183A; }
p { color: rgb(143,24,58); }
H1.HeaderClassName
{
color: #8F183A;
}
.AnyTagClassName
{
color: #8F183A;
}
</style>
background-color css
<style>
a { background-color: #8F183A; }
a { background-color: rgb(143,24,58); }
div.DivClassName
{
background-color: #8F183A;
}
.BgClassName
{
background-color: #8F183A;
}
</style>
border-color css
<style>
span { border-color: #8F183A; }
span { border-color: rgb(143,24,58); }
td.TdClassName
{
border-color: #8F183A;
}
.TagClassName
{
border-color: #8F183A;
}
</style>