Shades of Shiraz #86243B
Tints of Shiraz #86243B
RGB
CMYK
RGB Variations
Color information
#86243B (or 0x86243B) is known color: Shiraz. HEX triplet: 86, 24 and 3B. RGB value is (134,36,59). Sum of RGB (Red+Green+Blue) = 134+36+59=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #86243B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86243B is #79DBC4. Grayscale: #434343. Windows color (decimal): -7986117 or 3875974. OLE color: 3875974.
HSL color Cylindrical-coordinate representation of color #86243B: hue angle of 345.92º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #86243B is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 36 | 59 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.47 |
| HSL | 345.92º | 0.58% | 0.33% | - |
| HSV(B) | 345.92º | 0.73% | 0.53% | - |
| XYZ | 11.25 | 6.65 | 4.83 | - |
| YUV | 67.92 | 122.97 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 36 | 59 | 0 | 0.73 | 0.56 | 0.47 | 345.92 | 0.58 | 0.33 |
| Hex | 86 | 24 | 3B | 0 | 49 | 38 | 2F | 15A | 3A | 21 |
| Octal | 206 | 44 | 73 | 0 | 111 | 70 | 57 | 532 | 72 | 41 |
| Binary | 10000110 | 100100 | 111011 | 0 | 1001001 | 111000 | 101111 | 101011010 | 111010 | 100001 |
Color Harmonies of #86243B
Complementary color
Monochromatic Colors of #86243B
Black with #86243B
Text Example
Text Example
White with #86243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86243B; }
p { color: rgb(134,36,59); }
H1.HeaderClassName
{
color: #86243B;
}
.AnyTagClassName
{
color: #86243B;
}
</style>
background-color css
<style>
a { background-color: #86243B; }
a { background-color: rgb(134,36,59); }
div.DivClassName
{
background-color: #86243B;
}
.BgClassName
{
background-color: #86243B;
}
</style>
border-color css
<style>
span { border-color: #86243B; }
span { border-color: rgb(134,36,59); }
td.TdClassName
{
border-color: #86243B;
}
.TagClassName
{
border-color: #86243B;
}
</style>