Shades of Shiraz #8F1C37
Tints of Shiraz #8F1C37
RGB
CMYK
RGB Variations
Color information
#8F1C37 (or 0x8F1C37) is known color: Shiraz. HEX triplet: 8F, 1C and 37. RGB value is (143,28,55). Sum of RGB (Red+Green+Blue) = 143+28+55=226 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.27% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F1C37 is #70E3C8. Grayscale: #414141. Windows color (decimal): -7398345 or 3611791. OLE color: 3611791.
HSL color Cylindrical-coordinate representation of color #8F1C37: hue angle of 345.91º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F1C37 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 28 | 55 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.44 |
| HSL | 345.91º | 0.67% | 0.34% | - |
| HSV(B) | 345.91º | 0.8% | 0.56% | - |
| XYZ | 12.43 | 6.95 | 4.3 | - |
| YUV | 65.46 | 122.1 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 28 | 55 | 0 | 0.80 | 0.62 | 0.44 | 345.91 | 0.67 | 0.34 |
| Hex | 8F | 1C | 37 | 0 | 50 | 3E | 2C | 15A | 43 | 22 |
| Octal | 217 | 34 | 67 | 0 | 120 | 76 | 54 | 532 | 103 | 42 |
| Binary | 10001111 | 11100 | 110111 | 0 | 1010000 | 111110 | 101100 | 101011010 | 1000011 | 100010 |
Color Harmonies of #8F1C37
Complementary color
Monochromatic Colors of #8F1C37
Black with #8F1C37
Text Example
Text Example
White with #8F1C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1C37; }
p { color: rgb(143,28,55); }
H1.HeaderClassName
{
color: #8F1C37;
}
.AnyTagClassName
{
color: #8F1C37;
}
</style>
background-color css
<style>
a { background-color: #8F1C37; }
a { background-color: rgb(143,28,55); }
div.DivClassName
{
background-color: #8F1C37;
}
.BgClassName
{
background-color: #8F1C37;
}
</style>
border-color css
<style>
span { border-color: #8F1C37; }
span { border-color: rgb(143,28,55); }
td.TdClassName
{
border-color: #8F1C37;
}
.TagClassName
{
border-color: #8F1C37;
}
</style>