Shades of Shiraz #86173B
Tints of Shiraz #86173B
RGB
CMYK
RGB Variations
Color information
#86173B (or 0x86173B) is known color: Shiraz. HEX triplet: 86, 17 and 3B. RGB value is (134,23,59). Sum of RGB (Red+Green+Blue) = 134+23+59=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #86173B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86173B is #79E8C4. Grayscale: #3C3C3C. Windows color (decimal): -7989445 or 3872646. OLE color: 3872646.
HSL color Cylindrical-coordinate representation of color #86173B: hue angle of 340.54º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #86173B is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 23 | 59 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.47 |
| HSL | 340.54º | 0.71% | 0.31% | - |
| HSV(B) | 340.54º | 0.83% | 0.53% | - |
| XYZ | 10.93 | 6 | 4.72 | - |
| YUV | 60.29 | 127.27 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 23 | 59 | 0 | 0.83 | 0.56 | 0.47 | 340.54 | 0.71 | 0.31 |
| Hex | 86 | 17 | 3B | 0 | 53 | 38 | 2F | 155 | 47 | 1F |
| Octal | 206 | 27 | 73 | 0 | 123 | 70 | 57 | 525 | 107 | 37 |
| Binary | 10000110 | 10111 | 111011 | 0 | 1010011 | 111000 | 101111 | 101010101 | 1000111 | 11111 |
Color Harmonies of #86173B
Complementary color
Monochromatic Colors of #86173B
Black with #86173B
Text Example
Text Example
White with #86173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86173B; }
p { color: rgb(134,23,59); }
H1.HeaderClassName
{
color: #86173B;
}
.AnyTagClassName
{
color: #86173B;
}
</style>
background-color css
<style>
a { background-color: #86173B; }
a { background-color: rgb(134,23,59); }
div.DivClassName
{
background-color: #86173B;
}
.BgClassName
{
background-color: #86173B;
}
</style>
border-color css
<style>
span { border-color: #86173B; }
span { border-color: rgb(134,23,59); }
td.TdClassName
{
border-color: #86173B;
}
.TagClassName
{
border-color: #86173B;
}
</style>