Shades of Shiraz #86293A
Tints of Shiraz #86293A
RGB
CMYK
RGB Variations
Color information
#86293A (or 0x86293A) is known color: Shiraz. HEX triplet: 86, 29 and 3A. RGB value is (134,41,58). Sum of RGB (Red+Green+Blue) = 134+41+58=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #86293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86293A is #79D6C5. Grayscale: #464646. Windows color (decimal): -7984838 or 3811718. OLE color: 3811718.
HSL color Cylindrical-coordinate representation of color #86293A: hue angle of 349.03º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86293A is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 41 | 58 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.47 |
| HSL | 349.03º | 0.53% | 0.34% | - |
| HSV(B) | 349.03º | 0.69% | 0.53% | - |
| XYZ | 11.39 | 6.96 | 4.75 | - |
| YUV | 70.75 | 120.81 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 41 | 58 | 0 | 0.69 | 0.57 | 0.47 | 349.03 | 0.53 | 0.34 |
| Hex | 86 | 29 | 3A | 0 | 45 | 39 | 2F | 15D | 35 | 22 |
| Octal | 206 | 51 | 72 | 0 | 105 | 71 | 57 | 535 | 65 | 42 |
| Binary | 10000110 | 101001 | 111010 | 0 | 1000101 | 111001 | 101111 | 101011101 | 110101 | 100010 |
Color Harmonies of #86293A
Complementary color
Monochromatic Colors of #86293A
Black with #86293A
Text Example
Text Example
White with #86293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86293A; }
p { color: rgb(134,41,58); }
H1.HeaderClassName
{
color: #86293A;
}
.AnyTagClassName
{
color: #86293A;
}
</style>
background-color css
<style>
a { background-color: #86293A; }
a { background-color: rgb(134,41,58); }
div.DivClassName
{
background-color: #86293A;
}
.BgClassName
{
background-color: #86293A;
}
</style>
border-color css
<style>
span { border-color: #86293A; }
span { border-color: rgb(134,41,58); }
td.TdClassName
{
border-color: #86293A;
}
.TagClassName
{
border-color: #86293A;
}
</style>