Shades of Shiraz #8F1635
Tints of Shiraz #8F1635
RGB
CMYK
RGB Variations
Color information
#8F1635 (or 0x8F1635) is known color: Shiraz. HEX triplet: 8F, 16 and 35. RGB value is (143,22,53). Sum of RGB (Red+Green+Blue) = 143+22+53=218 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.60% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1635 is #70E9CA. Grayscale: #3D3D3D. Windows color (decimal): -7399883 or 3479183. OLE color: 3479183.
HSL color Cylindrical-coordinate representation of color #8F1635: hue angle of 344.63º degrees, saturation: 0.73, 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 #8F1635 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 22 | 53 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.44 |
| HSL | 344.63º | 0.73% | 0.32% | - |
| HSV(B) | 344.63º | 0.85% | 0.56% | - |
| XYZ | 12.26 | 6.67 | 4.01 | - |
| YUV | 61.71 | 123.09 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 53 | 0 | 0.85 | 0.63 | 0.44 | 344.63 | 0.73 | 0.32 |
| Hex | 8F | 16 | 35 | 0 | 55 | 3F | 2C | 159 | 49 | 20 |
| Octal | 217 | 26 | 65 | 0 | 125 | 77 | 54 | 531 | 111 | 40 |
| Binary | 10001111 | 10110 | 110101 | 0 | 1010101 | 111111 | 101100 | 101011001 | 1001001 | 100000 |
Color Harmonies of #8F1635
Complementary color
Monochromatic Colors of #8F1635
Black with #8F1635
Text Example
Text Example
White with #8F1635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1635; }
p { color: rgb(143,22,53); }
H1.HeaderClassName
{
color: #8F1635;
}
.AnyTagClassName
{
color: #8F1635;
}
</style>
background-color css
<style>
a { background-color: #8F1635; }
a { background-color: rgb(143,22,53); }
div.DivClassName
{
background-color: #8F1635;
}
.BgClassName
{
background-color: #8F1635;
}
</style>
border-color css
<style>
span { border-color: #8F1635; }
span { border-color: rgb(143,22,53); }
td.TdClassName
{
border-color: #8F1635;
}
.TagClassName
{
border-color: #8F1635;
}
</style>