Shades of Shiraz #84223E
Tints of Shiraz #84223E
RGB
CMYK
RGB Variations
Color information
#84223E (or 0x84223E) is known color: Shiraz. HEX triplet: 84, 22 and 3E. RGB value is (132,34,62). Sum of RGB (Red+Green+Blue) = 132+34+62=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #84223E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84223E is #7BDDC1. Grayscale: #424242. Windows color (decimal): -8117698 or 4072068. OLE color: 4072068.
HSL color Cylindrical-coordinate representation of color #84223E: hue angle of 342.86º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84223E is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 34 | 62 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.48 |
| HSL | 342.86º | 0.59% | 0.33% | - |
| HSV(B) | 342.86º | 0.74% | 0.52% | - |
| XYZ | 10.96 | 6.4 | 5.21 | - |
| YUV | 66.49 | 125.47 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 62 | 0 | 0.74 | 0.53 | 0.48 | 342.86 | 0.59 | 0.33 |
| Hex | 84 | 22 | 3E | 0 | 4A | 35 | 30 | 157 | 3B | 21 |
| Octal | 204 | 42 | 76 | 0 | 112 | 65 | 60 | 527 | 73 | 41 |
| Binary | 10000100 | 100010 | 111110 | 0 | 1001010 | 110101 | 110000 | 101010111 | 111011 | 100001 |
Color Harmonies of #84223E
Complementary color
Monochromatic Colors of #84223E
Black with #84223E
Text Example
Text Example
White with #84223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84223E; }
p { color: rgb(132,34,62); }
H1.HeaderClassName
{
color: #84223E;
}
.AnyTagClassName
{
color: #84223E;
}
</style>
background-color css
<style>
a { background-color: #84223E; }
a { background-color: rgb(132,34,62); }
div.DivClassName
{
background-color: #84223E;
}
.BgClassName
{
background-color: #84223E;
}
</style>
border-color css
<style>
span { border-color: #84223E; }
span { border-color: rgb(132,34,62); }
td.TdClassName
{
border-color: #84223E;
}
.TagClassName
{
border-color: #84223E;
}
</style>