Shades of Shiraz #86293B
Tints of Shiraz #86293B
RGB
CMYK
RGB Variations
Color information
#86293B (or 0x86293B) is known color: Shiraz. HEX triplet: 86, 29 and 3B. RGB value is (134,41,59). Sum of RGB (Red+Green+Blue) = 134+41+59=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #86293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86293B is #79D6C4. Grayscale: #464646. Windows color (decimal): -7984837 or 3877254. OLE color: 3877254.
HSL color Cylindrical-coordinate representation of color #86293B: hue angle of 348.39º 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 #86293B is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 41 | 59 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.47 |
| HSL | 348.39º | 0.53% | 0.34% | - |
| HSV(B) | 348.39º | 0.69% | 0.53% | - |
| XYZ | 11.41 | 6.97 | 4.88 | - |
| YUV | 70.86 | 121.31 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 41 | 59 | 0 | 0.69 | 0.56 | 0.47 | 348.39 | 0.53 | 0.34 |
| Hex | 86 | 29 | 3B | 0 | 45 | 38 | 2F | 15C | 35 | 22 |
| Octal | 206 | 51 | 73 | 0 | 105 | 70 | 57 | 534 | 65 | 42 |
| Binary | 10000110 | 101001 | 111011 | 0 | 1000101 | 111000 | 101111 | 101011100 | 110101 | 100010 |
Color Harmonies of #86293B
Complementary color
Monochromatic Colors of #86293B
Black with #86293B
Text Example
Text Example
White with #86293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86293B; }
p { color: rgb(134,41,59); }
H1.HeaderClassName
{
color: #86293B;
}
.AnyTagClassName
{
color: #86293B;
}
</style>
background-color css
<style>
a { background-color: #86293B; }
a { background-color: rgb(134,41,59); }
div.DivClassName
{
background-color: #86293B;
}
.BgClassName
{
background-color: #86293B;
}
</style>
border-color css
<style>
span { border-color: #86293B; }
span { border-color: rgb(134,41,59); }
td.TdClassName
{
border-color: #86293B;
}
.TagClassName
{
border-color: #86293B;
}
</style>