Shades of Shiraz #86223A
Tints of Shiraz #86223A
RGB
CMYK
RGB Variations
Color information
#86223A (or 0x86223A) is known color: Shiraz. HEX triplet: 86, 22 and 3A. RGB value is (134,34,58). Sum of RGB (Red+Green+Blue) = 134+34+58=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #86223A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86223A is #79DDC5. Grayscale: #424242. Windows color (decimal): -7986630 or 3809926. OLE color: 3809926.
HSL color Cylindrical-coordinate representation of color #86223A: hue angle of 345.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 #86223A is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 34 | 58 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.47 |
| HSL | 345.6º | 0.6% | 0.33% | - |
| HSV(B) | 345.6º | 0.75% | 0.53% | - |
| XYZ | 11.17 | 6.52 | 4.67 | - |
| YUV | 66.64 | 123.13 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 34 | 58 | 0 | 0.75 | 0.57 | 0.47 | 345.6 | 0.6 | 0.33 |
| Hex | 86 | 22 | 3A | 0 | 4B | 39 | 2F | 15A | 3C | 21 |
| Octal | 206 | 42 | 72 | 0 | 113 | 71 | 57 | 532 | 74 | 41 |
| Binary | 10000110 | 100010 | 111010 | 0 | 1001011 | 111001 | 101111 | 101011010 | 111100 | 100001 |
Color Harmonies of #86223A
Complementary color
Monochromatic Colors of #86223A
Black with #86223A
Text Example
Text Example
White with #86223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86223A; }
p { color: rgb(134,34,58); }
H1.HeaderClassName
{
color: #86223A;
}
.AnyTagClassName
{
color: #86223A;
}
</style>
background-color css
<style>
a { background-color: #86223A; }
a { background-color: rgb(134,34,58); }
div.DivClassName
{
background-color: #86223A;
}
.BgClassName
{
background-color: #86223A;
}
</style>
border-color css
<style>
span { border-color: #86223A; }
span { border-color: rgb(134,34,58); }
td.TdClassName
{
border-color: #86223A;
}
.TagClassName
{
border-color: #86223A;
}
</style>