Shades of Shiraz #86203A
Tints of Shiraz #86203A
RGB
CMYK
RGB Variations
Color information
#86203A (or 0x86203A) is known color: Shiraz. HEX triplet: 86, 20 and 3A. RGB value is (134,32,58). Sum of RGB (Red+Green+Blue) = 134+32+58=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #86203A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86203A is #79DFC5. Grayscale: #414141. Windows color (decimal): -7987142 or 3809414. OLE color: 3809414.
HSL color Cylindrical-coordinate representation of color #86203A: hue angle of 344.71º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86203A is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 58 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.47 |
| HSL | 344.71º | 0.61% | 0.33% | - |
| HSV(B) | 344.71º | 0.76% | 0.53% | - |
| XYZ | 11.11 | 6.41 | 4.65 | - |
| YUV | 65.46 | 123.79 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 58 | 0 | 0.76 | 0.57 | 0.47 | 344.71 | 0.61 | 0.33 |
| Hex | 86 | 20 | 3A | 0 | 4C | 39 | 2F | 159 | 3D | 21 |
| Octal | 206 | 40 | 72 | 0 | 114 | 71 | 57 | 531 | 75 | 41 |
| Binary | 10000110 | 100000 | 111010 | 0 | 1001100 | 111001 | 101111 | 101011001 | 111101 | 100001 |
Color Harmonies of #86203A
Complementary color
Monochromatic Colors of #86203A
Black with #86203A
Text Example
Text Example
White with #86203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86203A; }
p { color: rgb(134,32,58); }
H1.HeaderClassName
{
color: #86203A;
}
.AnyTagClassName
{
color: #86203A;
}
</style>
background-color css
<style>
a { background-color: #86203A; }
a { background-color: rgb(134,32,58); }
div.DivClassName
{
background-color: #86203A;
}
.BgClassName
{
background-color: #86203A;
}
</style>
border-color css
<style>
span { border-color: #86203A; }
span { border-color: rgb(134,32,58); }
td.TdClassName
{
border-color: #86203A;
}
.TagClassName
{
border-color: #86203A;
}
</style>