Shades of Shiraz #84203E
Tints of Shiraz #84203E
RGB
CMYK
RGB Variations
Color information
#84203E (or 0x84203E) is known color: Shiraz. HEX triplet: 84, 20 and 3E. RGB value is (132,32,62). Sum of RGB (Red+Green+Blue) = 132+32+62=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #84203E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84203E is #7BDFC1. Grayscale: #414141. Windows color (decimal): -8118210 or 4071556. OLE color: 4071556.
HSL color Cylindrical-coordinate representation of color #84203E: hue angle of 342º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #84203E is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 32 | 62 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.48 |
| HSL | 342º | 0.61% | 0.32% | - |
| HSV(B) | 342º | 0.76% | 0.52% | - |
| XYZ | 10.9 | 6.29 | 5.2 | - |
| YUV | 65.32 | 126.13 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 62 | 0 | 0.76 | 0.53 | 0.48 | 342 | 0.61 | 0.32 |
| Hex | 84 | 20 | 3E | 0 | 4C | 35 | 30 | 156 | 3D | 20 |
| Octal | 204 | 40 | 76 | 0 | 114 | 65 | 60 | 526 | 75 | 40 |
| Binary | 10000100 | 100000 | 111110 | 0 | 1001100 | 110101 | 110000 | 101010110 | 111101 | 100000 |
Color Harmonies of #84203E
Complementary color
Monochromatic Colors of #84203E
Black with #84203E
Text Example
Text Example
White with #84203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84203E; }
p { color: rgb(132,32,62); }
H1.HeaderClassName
{
color: #84203E;
}
.AnyTagClassName
{
color: #84203E;
}
</style>
background-color css
<style>
a { background-color: #84203E; }
a { background-color: rgb(132,32,62); }
div.DivClassName
{
background-color: #84203E;
}
.BgClassName
{
background-color: #84203E;
}
</style>
border-color css
<style>
span { border-color: #84203E; }
span { border-color: rgb(132,32,62); }
td.TdClassName
{
border-color: #84203E;
}
.TagClassName
{
border-color: #84203E;
}
</style>