Shades of Shiraz #86283C
Tints of Shiraz #86283C
RGB
CMYK
RGB Variations
Color information
#86283C (or 0x86283C) is known color: Shiraz. HEX triplet: 86, 28 and 3C. RGB value is (134,40,60). Sum of RGB (Red+Green+Blue) = 134+40+60=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #86283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86283C is #79D7C3. Grayscale: #464646. Windows color (decimal): -7985092 or 3942534. OLE color: 3942534.
HSL color Cylindrical-coordinate representation of color #86283C: hue angle of 347.23º 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 #86283C is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 40 | 60 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.47 |
| HSL | 347.23º | 0.54% | 0.34% | - |
| HSV(B) | 347.23º | 0.7% | 0.53% | - |
| XYZ | 11.41 | 6.91 | 5.01 | - |
| YUV | 70.39 | 122.14 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 40 | 60 | 0 | 0.70 | 0.55 | 0.47 | 347.23 | 0.54 | 0.34 |
| Hex | 86 | 28 | 3C | 0 | 46 | 37 | 2F | 15B | 36 | 22 |
| Octal | 206 | 50 | 74 | 0 | 106 | 67 | 57 | 533 | 66 | 42 |
| Binary | 10000110 | 101000 | 111100 | 0 | 1000110 | 110111 | 101111 | 101011011 | 110110 | 100010 |
Color Harmonies of #86283C
Complementary color
Monochromatic Colors of #86283C
Black with #86283C
Text Example
Text Example
White with #86283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86283C; }
p { color: rgb(134,40,60); }
H1.HeaderClassName
{
color: #86283C;
}
.AnyTagClassName
{
color: #86283C;
}
</style>
background-color css
<style>
a { background-color: #86283C; }
a { background-color: rgb(134,40,60); }
div.DivClassName
{
background-color: #86283C;
}
.BgClassName
{
background-color: #86283C;
}
</style>
border-color css
<style>
span { border-color: #86283C; }
span { border-color: rgb(134,40,60); }
td.TdClassName
{
border-color: #86283C;
}
.TagClassName
{
border-color: #86283C;
}
</style>