Shades of Shiraz #8F1736
Tints of Shiraz #8F1736
RGB
CMYK
RGB Variations
Color information
#8F1736 (or 0x8F1736) is known color: Shiraz. HEX triplet: 8F, 17 and 36. RGB value is (143,23,54). Sum of RGB (Red+Green+Blue) = 143+23+54=220 (29% of max value = 765). Red value is 143 (56.25% from 255 or 65% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1736 is #70E8C9. Grayscale: #3E3E3E. Windows color (decimal): -7399626 or 3544975. OLE color: 3544975.
HSL color Cylindrical-coordinate representation of color #8F1736: hue angle of 344.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F1736 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 23 | 54 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.44 |
| HSL | 344.5º | 0.72% | 0.33% | - |
| HSV(B) | 344.5º | 0.84% | 0.56% | - |
| XYZ | 12.3 | 6.72 | 4.14 | - |
| YUV | 62.41 | 123.26 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 54 | 0 | 0.84 | 0.62 | 0.44 | 344.5 | 0.72 | 0.33 |
| Hex | 8F | 17 | 36 | 0 | 54 | 3E | 2C | 158 | 48 | 21 |
| Octal | 217 | 27 | 66 | 0 | 124 | 76 | 54 | 530 | 110 | 41 |
| Binary | 10001111 | 10111 | 110110 | 0 | 1010100 | 111110 | 101100 | 101011000 | 1001000 | 100001 |
Color Harmonies of #8F1736
Complementary color
Monochromatic Colors of #8F1736
Black with #8F1736
Text Example
Text Example
White with #8F1736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1736; }
p { color: rgb(143,23,54); }
H1.HeaderClassName
{
color: #8F1736;
}
.AnyTagClassName
{
color: #8F1736;
}
</style>
background-color css
<style>
a { background-color: #8F1736; }
a { background-color: rgb(143,23,54); }
div.DivClassName
{
background-color: #8F1736;
}
.BgClassName
{
background-color: #8F1736;
}
</style>
border-color css
<style>
span { border-color: #8F1736; }
span { border-color: rgb(143,23,54); }
td.TdClassName
{
border-color: #8F1736;
}
.TagClassName
{
border-color: #8F1736;
}
</style>