Shades of Shiraz #86183D
Tints of Shiraz #86183D
RGB
CMYK
RGB Variations
Color information
#86183D (or 0x86183D) is known color: Shiraz. HEX triplet: 86, 18 and 3D. RGB value is (134,24,61). Sum of RGB (Red+Green+Blue) = 134+24+61=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #86183D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86183D is #79E7C2. Grayscale: #3D3D3D. Windows color (decimal): -7989187 or 4003974. OLE color: 4003974.
HSL color Cylindrical-coordinate representation of color #86183D: hue angle of 339.82º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #86183D is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 24 | 61 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.47 |
| HSL | 339.82º | 0.7% | 0.31% | - |
| HSV(B) | 339.82º | 0.82% | 0.53% | - |
| XYZ | 11 | 6.06 | 5 | - |
| YUV | 61.11 | 127.94 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 61 | 0 | 0.82 | 0.54 | 0.47 | 339.82 | 0.7 | 0.31 |
| Hex | 86 | 18 | 3D | 0 | 52 | 36 | 2F | 154 | 46 | 1F |
| Octal | 206 | 30 | 75 | 0 | 122 | 66 | 57 | 524 | 106 | 37 |
| Binary | 10000110 | 11000 | 111101 | 0 | 1010010 | 110110 | 101111 | 101010100 | 1000110 | 11111 |
Color Harmonies of #86183D
Complementary color
Monochromatic Colors of #86183D
Black with #86183D
Text Example
Text Example
White with #86183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86183D; }
p { color: rgb(134,24,61); }
H1.HeaderClassName
{
color: #86183D;
}
.AnyTagClassName
{
color: #86183D;
}
</style>
background-color css
<style>
a { background-color: #86183D; }
a { background-color: rgb(134,24,61); }
div.DivClassName
{
background-color: #86183D;
}
.BgClassName
{
background-color: #86183D;
}
</style>
border-color css
<style>
span { border-color: #86183D; }
span { border-color: rgb(134,24,61); }
td.TdClassName
{
border-color: #86183D;
}
.TagClassName
{
border-color: #86183D;
}
</style>