Shades of Shiraz #86283D
Tints of Shiraz #86283D
RGB
CMYK
RGB Variations
Color information
#86283D (or 0x86283D) is known color: Shiraz. HEX triplet: 86, 28 and 3D. RGB value is (134,40,61). Sum of RGB (Red+Green+Blue) = 134+40+61=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #86283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86283D is #79D7C2. Grayscale: #464646. Windows color (decimal): -7985091 or 4008070. OLE color: 4008070.
HSL color Cylindrical-coordinate representation of color #86283D: hue angle of 346.6º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86283D is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 40 | 61 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.47 |
| HSL | 346.6º | 0.54% | 0.34% | - |
| HSV(B) | 346.6º | 0.7% | 0.53% | - |
| XYZ | 11.43 | 6.92 | 5.15 | - |
| YUV | 70.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 40 | 61 | 0 | 0.70 | 0.54 | 0.47 | 346.6 | 0.54 | 0.34 |
| Hex | 86 | 28 | 3D | 0 | 46 | 36 | 2F | 15B | 36 | 22 |
| Octal | 206 | 50 | 75 | 0 | 106 | 66 | 57 | 533 | 66 | 42 |
| Binary | 10000110 | 101000 | 111101 | 0 | 1000110 | 110110 | 101111 | 101011011 | 110110 | 100010 |
Color Harmonies of #86283D
Complementary color
Monochromatic Colors of #86283D
Black with #86283D
Text Example
Text Example
White with #86283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86283D; }
p { color: rgb(134,40,61); }
H1.HeaderClassName
{
color: #86283D;
}
.AnyTagClassName
{
color: #86283D;
}
</style>
background-color css
<style>
a { background-color: #86283D; }
a { background-color: rgb(134,40,61); }
div.DivClassName
{
background-color: #86283D;
}
.BgClassName
{
background-color: #86283D;
}
</style>
border-color css
<style>
span { border-color: #86283D; }
span { border-color: rgb(134,40,61); }
td.TdClassName
{
border-color: #86283D;
}
.TagClassName
{
border-color: #86283D;
}
</style>