Shades of Shiraz #86223B
Tints of Shiraz #86223B
RGB
CMYK
RGB Variations
Color information
#86223B (or 0x86223B) is known color: Shiraz. HEX triplet: 86, 22 and 3B. RGB value is (134,34,59). Sum of RGB (Red+Green+Blue) = 134+34+59=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #86223B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86223B is #79DDC4. Grayscale: #424242. Windows color (decimal): -7986629 or 3875462. OLE color: 3875462.
HSL color Cylindrical-coordinate representation of color #86223B: hue angle of 345º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86223B is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 34 | 59 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.47 |
| HSL | 345º | 0.6% | 0.33% | - |
| HSV(B) | 345º | 0.75% | 0.53% | - |
| XYZ | 11.19 | 6.53 | 4.81 | - |
| YUV | 66.75 | 123.63 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 34 | 59 | 0 | 0.75 | 0.56 | 0.47 | 345 | 0.6 | 0.33 |
| Hex | 86 | 22 | 3B | 0 | 4B | 38 | 2F | 159 | 3C | 21 |
| Octal | 206 | 42 | 73 | 0 | 113 | 70 | 57 | 531 | 74 | 41 |
| Binary | 10000110 | 100010 | 111011 | 0 | 1001011 | 111000 | 101111 | 101011001 | 111100 | 100001 |
Color Harmonies of #86223B
Complementary color
Monochromatic Colors of #86223B
Black with #86223B
Text Example
Text Example
White with #86223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86223B; }
p { color: rgb(134,34,59); }
H1.HeaderClassName
{
color: #86223B;
}
.AnyTagClassName
{
color: #86223B;
}
</style>
background-color css
<style>
a { background-color: #86223B; }
a { background-color: rgb(134,34,59); }
div.DivClassName
{
background-color: #86223B;
}
.BgClassName
{
background-color: #86223B;
}
</style>
border-color css
<style>
span { border-color: #86223B; }
span { border-color: rgb(134,34,59); }
td.TdClassName
{
border-color: #86223B;
}
.TagClassName
{
border-color: #86223B;
}
</style>