Shades of Shiraz #86223D
Tints of Shiraz #86223D
RGB
CMYK
RGB Variations
Color information
#86223D (or 0x86223D) is known color: Shiraz. HEX triplet: 86, 22 and 3D. RGB value is (134,34,61). Sum of RGB (Red+Green+Blue) = 134+34+61=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #86223D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86223D is #79DDC2. Grayscale: #424242. Windows color (decimal): -7986627 or 4006534. OLE color: 4006534.
HSL color Cylindrical-coordinate representation of color #86223D: hue angle of 343.8º 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 #86223D is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 34 | 61 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.47 |
| HSL | 343.8º | 0.6% | 0.33% | - |
| HSV(B) | 343.8º | 0.75% | 0.53% | - |
| XYZ | 11.25 | 6.55 | 5.09 | - |
| YUV | 66.98 | 124.63 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 34 | 61 | 0 | 0.75 | 0.54 | 0.47 | 343.8 | 0.6 | 0.33 |
| Hex | 86 | 22 | 3D | 0 | 4B | 36 | 2F | 158 | 3C | 21 |
| Octal | 206 | 42 | 75 | 0 | 113 | 66 | 57 | 530 | 74 | 41 |
| Binary | 10000110 | 100010 | 111101 | 0 | 1001011 | 110110 | 101111 | 101011000 | 111100 | 100001 |
Color Harmonies of #86223D
Complementary color
Monochromatic Colors of #86223D
Black with #86223D
Text Example
Text Example
White with #86223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86223D; }
p { color: rgb(134,34,61); }
H1.HeaderClassName
{
color: #86223D;
}
.AnyTagClassName
{
color: #86223D;
}
</style>
background-color css
<style>
a { background-color: #86223D; }
a { background-color: rgb(134,34,61); }
div.DivClassName
{
background-color: #86223D;
}
.BgClassName
{
background-color: #86223D;
}
</style>
border-color css
<style>
span { border-color: #86223D; }
span { border-color: rgb(134,34,61); }
td.TdClassName
{
border-color: #86223D;
}
.TagClassName
{
border-color: #86223D;
}
</style>