Shades of Shiraz #86283A
Tints of Shiraz #86283A
RGB
CMYK
RGB Variations
Color information
#86283A (or 0x86283A) is known color: Shiraz. HEX triplet: 86, 28 and 3A. RGB value is (134,40,58). Sum of RGB (Red+Green+Blue) = 134+40+58=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #86283A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86283A is #79D7C5. Grayscale: #464646. Windows color (decimal): -7985094 or 3811462. OLE color: 3811462.
HSL color Cylindrical-coordinate representation of color #86283A: hue angle of 348.51º 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 #86283A is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 40 | 58 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.47 |
| HSL | 348.51º | 0.54% | 0.34% | - |
| HSV(B) | 348.51º | 0.7% | 0.53% | - |
| XYZ | 11.35 | 6.89 | 4.73 | - |
| YUV | 70.16 | 121.14 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 40 | 58 | 0 | 0.70 | 0.57 | 0.47 | 348.51 | 0.54 | 0.34 |
| Hex | 86 | 28 | 3A | 0 | 46 | 39 | 2F | 15D | 36 | 22 |
| Octal | 206 | 50 | 72 | 0 | 106 | 71 | 57 | 535 | 66 | 42 |
| Binary | 10000110 | 101000 | 111010 | 0 | 1000110 | 111001 | 101111 | 101011101 | 110110 | 100010 |
Color Harmonies of #86283A
Complementary color
Monochromatic Colors of #86283A
Black with #86283A
Text Example
Text Example
White with #86283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86283A; }
p { color: rgb(134,40,58); }
H1.HeaderClassName
{
color: #86283A;
}
.AnyTagClassName
{
color: #86283A;
}
</style>
background-color css
<style>
a { background-color: #86283A; }
a { background-color: rgb(134,40,58); }
div.DivClassName
{
background-color: #86283A;
}
.BgClassName
{
background-color: #86283A;
}
</style>
border-color css
<style>
span { border-color: #86283A; }
span { border-color: rgb(134,40,58); }
td.TdClassName
{
border-color: #86283A;
}
.TagClassName
{
border-color: #86283A;
}
</style>