Shades of Shiraz #86193C
Tints of Shiraz #86193C
RGB
CMYK
RGB Variations
Color information
#86193C (or 0x86193C) is known color: Shiraz. HEX triplet: 86, 19 and 3C. RGB value is (134,25,60). Sum of RGB (Red+Green+Blue) = 134+25+60=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #86193C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86193C is #79E6C3. Grayscale: #3D3D3D. Windows color (decimal): -7988932 or 3938694. OLE color: 3938694.
HSL color Cylindrical-coordinate representation of color #86193C: hue angle of 340.73º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86193C is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 25 | 60 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.47 |
| HSL | 340.73º | 0.69% | 0.31% | - |
| HSV(B) | 340.73º | 0.81% | 0.53% | - |
| XYZ | 10.99 | 6.09 | 4.87 | - |
| YUV | 61.58 | 127.11 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 60 | 0 | 0.81 | 0.55 | 0.47 | 340.73 | 0.69 | 0.31 |
| Hex | 86 | 19 | 3C | 0 | 51 | 37 | 2F | 155 | 45 | 1F |
| Octal | 206 | 31 | 74 | 0 | 121 | 67 | 57 | 525 | 105 | 37 |
| Binary | 10000110 | 11001 | 111100 | 0 | 1010001 | 110111 | 101111 | 101010101 | 1000101 | 11111 |
Color Harmonies of #86193C
Complementary color
Monochromatic Colors of #86193C
Black with #86193C
Text Example
Text Example
White with #86193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86193C; }
p { color: rgb(134,25,60); }
H1.HeaderClassName
{
color: #86193C;
}
.AnyTagClassName
{
color: #86193C;
}
</style>
background-color css
<style>
a { background-color: #86193C; }
a { background-color: rgb(134,25,60); }
div.DivClassName
{
background-color: #86193C;
}
.BgClassName
{
background-color: #86193C;
}
</style>
border-color css
<style>
span { border-color: #86193C; }
span { border-color: rgb(134,25,60); }
td.TdClassName
{
border-color: #86193C;
}
.TagClassName
{
border-color: #86193C;
}
</style>