Shades of Shiraz #86202F
Tints of Shiraz #86202F
RGB
CMYK
RGB Variations
Color information
#86202F (or 0x86202F) is known color: Shiraz. HEX triplet: 86, 20 and 2F. RGB value is (134,32,47). Sum of RGB (Red+Green+Blue) = 134+32+47=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #86202F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86202F is #79DFD0. Grayscale: #404040. Windows color (decimal): -7987153 or 3088518. OLE color: 3088518.
HSL color Cylindrical-coordinate representation of color #86202F: hue angle of 351.18º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86202F is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 47 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.47 |
| HSL | 351.18º | 0.61% | 0.33% | - |
| HSV(B) | 351.18º | 0.76% | 0.53% | - |
| XYZ | 10.86 | 6.31 | 3.33 | - |
| YUV | 64.21 | 118.29 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 47 | 0 | 0.76 | 0.65 | 0.47 | 351.18 | 0.61 | 0.33 |
| Hex | 86 | 20 | 2F | 0 | 4C | 41 | 2F | 15F | 3D | 21 |
| Octal | 206 | 40 | 57 | 0 | 114 | 101 | 57 | 537 | 75 | 41 |
| Binary | 10000110 | 100000 | 101111 | 0 | 1001100 | 1000001 | 101111 | 101011111 | 111101 | 100001 |
Color Harmonies of #86202F
Complementary color
Monochromatic Colors of #86202F
Black with #86202F
Text Example
Text Example
White with #86202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86202F; }
p { color: rgb(134,32,47); }
H1.HeaderClassName
{
color: #86202F;
}
.AnyTagClassName
{
color: #86202F;
}
</style>
background-color css
<style>
a { background-color: #86202F; }
a { background-color: rgb(134,32,47); }
div.DivClassName
{
background-color: #86202F;
}
.BgClassName
{
background-color: #86202F;
}
</style>
border-color css
<style>
span { border-color: #86202F; }
span { border-color: rgb(134,32,47); }
td.TdClassName
{
border-color: #86202F;
}
.TagClassName
{
border-color: #86202F;
}
</style>