Shades of Shiraz #86173C
Tints of Shiraz #86173C
RGB
CMYK
RGB Variations
Color information
#86173C (or 0x86173C) is known color: Shiraz. HEX triplet: 86, 17 and 3C. RGB value is (134,23,60). Sum of RGB (Red+Green+Blue) = 134+23+60=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #86173C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86173C is #79E8C3. Grayscale: #3C3C3C. Windows color (decimal): -7989444 or 3938182. OLE color: 3938182.
HSL color Cylindrical-coordinate representation of color #86173C: hue angle of 340º 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 #86173C is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 23 | 60 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.47 |
| HSL | 340º | 0.71% | 0.31% | - |
| HSV(B) | 340º | 0.83% | 0.53% | - |
| XYZ | 10.95 | 6.01 | 4.86 | - |
| YUV | 60.41 | 127.77 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 23 | 60 | 0 | 0.83 | 0.55 | 0.47 | 340 | 0.71 | 0.31 |
| Hex | 86 | 17 | 3C | 0 | 53 | 37 | 2F | 154 | 47 | 1F |
| Octal | 206 | 27 | 74 | 0 | 123 | 67 | 57 | 524 | 107 | 37 |
| Binary | 10000110 | 10111 | 111100 | 0 | 1010011 | 110111 | 101111 | 101010100 | 1000111 | 11111 |
Color Harmonies of #86173C
Complementary color
Monochromatic Colors of #86173C
Black with #86173C
Text Example
Text Example
White with #86173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86173C; }
p { color: rgb(134,23,60); }
H1.HeaderClassName
{
color: #86173C;
}
.AnyTagClassName
{
color: #86173C;
}
</style>
background-color css
<style>
a { background-color: #86173C; }
a { background-color: rgb(134,23,60); }
div.DivClassName
{
background-color: #86173C;
}
.BgClassName
{
background-color: #86173C;
}
</style>
border-color css
<style>
span { border-color: #86173C; }
span { border-color: rgb(134,23,60); }
td.TdClassName
{
border-color: #86173C;
}
.TagClassName
{
border-color: #86173C;
}
</style>