Shades of Shiraz #86223F
Tints of Shiraz #86223F
RGB
CMYK
RGB Variations
Color information
#86223F (or 0x86223F) is known color: Shiraz. HEX triplet: 86, 22 and 3F. RGB value is (134,34,63). Sum of RGB (Red+Green+Blue) = 134+34+63=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #86223F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86223F is #79DDC0. Grayscale: #434343. Windows color (decimal): -7986625 or 4137606. OLE color: 4137606.
HSL color Cylindrical-coordinate representation of color #86223F: hue angle of 342.6º 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 #86223F is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 34 | 63 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.47 |
| HSL | 342.6º | 0.6% | 0.33% | - |
| HSV(B) | 342.6º | 0.75% | 0.53% | - |
| XYZ | 11.3 | 6.57 | 5.38 | - |
| YUV | 67.21 | 125.63 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 34 | 63 | 0 | 0.75 | 0.53 | 0.47 | 342.6 | 0.6 | 0.33 |
| Hex | 86 | 22 | 3F | 0 | 4B | 35 | 2F | 157 | 3C | 21 |
| Octal | 206 | 42 | 77 | 0 | 113 | 65 | 57 | 527 | 74 | 41 |
| Binary | 10000110 | 100010 | 111111 | 0 | 1001011 | 110101 | 101111 | 101010111 | 111100 | 100001 |
Color Harmonies of #86223F
Complementary color
Monochromatic Colors of #86223F
Black with #86223F
Text Example
Text Example
White with #86223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86223F; }
p { color: rgb(134,34,63); }
H1.HeaderClassName
{
color: #86223F;
}
.AnyTagClassName
{
color: #86223F;
}
</style>
background-color css
<style>
a { background-color: #86223F; }
a { background-color: rgb(134,34,63); }
div.DivClassName
{
background-color: #86223F;
}
.BgClassName
{
background-color: #86223F;
}
</style>
border-color css
<style>
span { border-color: #86223F; }
span { border-color: rgb(134,34,63); }
td.TdClassName
{
border-color: #86223F;
}
.TagClassName
{
border-color: #86223F;
}
</style>