Shades of Shiraz #8F113D
Tints of Shiraz #8F113D
RGB
CMYK
RGB Variations
Color information
#8F113D (or 0x8F113D) is known color: Shiraz. HEX triplet: 8F, 11 and 3D. RGB value is (143,17,61). Sum of RGB (Red+Green+Blue) = 143+17+61=221 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.71% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 143 - color contains mainly: red. Hex color #8F113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F113D is #70EEC2. Grayscale: #3B3B3B. Windows color (decimal): -7401155 or 4002191. OLE color: 4002191.
HSL color Cylindrical-coordinate representation of color #8F113D: hue angle of 339.05º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F113D is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 17 | 61 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.44 |
| HSL | 339.05º | 0.79% | 0.31% | - |
| HSV(B) | 339.05º | 0.88% | 0.56% | - |
| XYZ | 12.37 | 6.58 | 5.03 | - |
| YUV | 59.69 | 128.74 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 17 | 61 | 0 | 0.88 | 0.57 | 0.44 | 339.05 | 0.79 | 0.31 |
| Hex | 8F | 11 | 3D | 0 | 58 | 39 | 2C | 153 | 4F | 1F |
| Octal | 217 | 21 | 75 | 0 | 130 | 71 | 54 | 523 | 117 | 37 |
| Binary | 10001111 | 10001 | 111101 | 0 | 1011000 | 111001 | 101100 | 101010011 | 1001111 | 11111 |
Color Harmonies of #8F113D
Complementary color
Monochromatic Colors of #8F113D
Black with #8F113D
Text Example
Text Example
White with #8F113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F113D; }
p { color: rgb(143,17,61); }
H1.HeaderClassName
{
color: #8F113D;
}
.AnyTagClassName
{
color: #8F113D;
}
</style>
background-color css
<style>
a { background-color: #8F113D; }
a { background-color: rgb(143,17,61); }
div.DivClassName
{
background-color: #8F113D;
}
.BgClassName
{
background-color: #8F113D;
}
</style>
border-color css
<style>
span { border-color: #8F113D; }
span { border-color: rgb(143,17,61); }
td.TdClassName
{
border-color: #8F113D;
}
.TagClassName
{
border-color: #8F113D;
}
</style>