Shades of Shiraz #8F153A
Tints of Shiraz #8F153A
RGB
CMYK
RGB Variations
Color information
#8F153A (or 0x8F153A) is known color: Shiraz. HEX triplet: 8F, 15 and 3A. RGB value is (143,21,58). Sum of RGB (Red+Green+Blue) = 143+21+58=222 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.41% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 143 - color contains mainly: red. Hex color #8F153A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F153A is #70EAC5. Grayscale: #3D3D3D. Windows color (decimal): -7400134 or 3806607. OLE color: 3806607.
HSL color Cylindrical-coordinate representation of color #8F153A: hue angle of 341.8º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F153A is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 21 | 58 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.44 |
| HSL | 341.8º | 0.74% | 0.32% | - |
| HSV(B) | 341.8º | 0.85% | 0.56% | - |
| XYZ | 12.36 | 6.68 | 4.64 | - |
| YUV | 61.7 | 125.92 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 21 | 58 | 0 | 0.85 | 0.59 | 0.44 | 341.8 | 0.74 | 0.32 |
| Hex | 8F | 15 | 3A | 0 | 55 | 3B | 2C | 156 | 4A | 20 |
| Octal | 217 | 25 | 72 | 0 | 125 | 73 | 54 | 526 | 112 | 40 |
| Binary | 10001111 | 10101 | 111010 | 0 | 1010101 | 111011 | 101100 | 101010110 | 1001010 | 100000 |
Color Harmonies of #8F153A
Complementary color
Monochromatic Colors of #8F153A
Black with #8F153A
Text Example
Text Example
White with #8F153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F153A; }
p { color: rgb(143,21,58); }
H1.HeaderClassName
{
color: #8F153A;
}
.AnyTagClassName
{
color: #8F153A;
}
</style>
background-color css
<style>
a { background-color: #8F153A; }
a { background-color: rgb(143,21,58); }
div.DivClassName
{
background-color: #8F153A;
}
.BgClassName
{
background-color: #8F153A;
}
</style>
border-color css
<style>
span { border-color: #8F153A; }
span { border-color: rgb(143,21,58); }
td.TdClassName
{
border-color: #8F153A;
}
.TagClassName
{
border-color: #8F153A;
}
</style>