Shades of Shiraz #8F1B3E
Tints of Shiraz #8F1B3E
RGB
CMYK
RGB Variations
Color information
#8F1B3E (or 0x8F1B3E) is known color: Shiraz. HEX triplet: 8F, 1B and 3E. RGB value is (143,27,62). Sum of RGB (Red+Green+Blue) = 143+27+62=232 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.64% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F1B3E is #70E4C1. Grayscale: #414141. Windows color (decimal): -7398594 or 4070287. OLE color: 4070287.
HSL color Cylindrical-coordinate representation of color #8F1B3E: hue angle of 341.9º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F1B3E is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 27 | 62 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.44 |
| HSL | 341.9º | 0.68% | 0.33% | - |
| HSV(B) | 341.9º | 0.81% | 0.56% | - |
| XYZ | 12.59 | 6.97 | 5.24 | - |
| YUV | 65.67 | 125.93 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 27 | 62 | 0 | 0.81 | 0.57 | 0.44 | 341.9 | 0.68 | 0.33 |
| Hex | 8F | 1B | 3E | 0 | 51 | 39 | 2C | 156 | 44 | 21 |
| Octal | 217 | 33 | 76 | 0 | 121 | 71 | 54 | 526 | 104 | 41 |
| Binary | 10001111 | 11011 | 111110 | 0 | 1010001 | 111001 | 101100 | 101010110 | 1000100 | 100001 |
Color Harmonies of #8F1B3E
Complementary color
Monochromatic Colors of #8F1B3E
Black with #8F1B3E
Text Example
Text Example
White with #8F1B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1B3E; }
p { color: rgb(143,27,62); }
H1.HeaderClassName
{
color: #8F1B3E;
}
.AnyTagClassName
{
color: #8F1B3E;
}
</style>
background-color css
<style>
a { background-color: #8F1B3E; }
a { background-color: rgb(143,27,62); }
div.DivClassName
{
background-color: #8F1B3E;
}
.BgClassName
{
background-color: #8F1B3E;
}
</style>
border-color css
<style>
span { border-color: #8F1B3E; }
span { border-color: rgb(143,27,62); }
td.TdClassName
{
border-color: #8F1B3E;
}
.TagClassName
{
border-color: #8F1B3E;
}
</style>