Shades of Shiraz #84213F
Tints of Shiraz #84213F
RGB
CMYK
RGB Variations
Color information
#84213F (or 0x84213F) is known color: Shiraz. HEX triplet: 84, 21 and 3F. RGB value is (132,33,63). Sum of RGB (Red+Green+Blue) = 132+33+63=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #84213F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84213F is #7BDEC0. Grayscale: #424242. Windows color (decimal): -8117953 or 4137348. OLE color: 4137348.
HSL color Cylindrical-coordinate representation of color #84213F: hue angle of 341.82º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #84213F is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 33 | 63 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.48 |
| HSL | 341.82º | 0.6% | 0.32% | - |
| HSV(B) | 341.82º | 0.75% | 0.52% | - |
| XYZ | 10.96 | 6.35 | 5.35 | - |
| YUV | 66.02 | 126.3 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 33 | 63 | 0 | 0.75 | 0.52 | 0.48 | 341.82 | 0.6 | 0.32 |
| Hex | 84 | 21 | 3F | 0 | 4B | 34 | 30 | 156 | 3C | 20 |
| Octal | 204 | 41 | 77 | 0 | 113 | 64 | 60 | 526 | 74 | 40 |
| Binary | 10000100 | 100001 | 111111 | 0 | 1001011 | 110100 | 110000 | 101010110 | 111100 | 100000 |
Color Harmonies of #84213F
Complementary color
Monochromatic Colors of #84213F
Black with #84213F
Text Example
Text Example
White with #84213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84213F; }
p { color: rgb(132,33,63); }
H1.HeaderClassName
{
color: #84213F;
}
.AnyTagClassName
{
color: #84213F;
}
</style>
background-color css
<style>
a { background-color: #84213F; }
a { background-color: rgb(132,33,63); }
div.DivClassName
{
background-color: #84213F;
}
.BgClassName
{
background-color: #84213F;
}
</style>
border-color css
<style>
span { border-color: #84213F; }
span { border-color: rgb(132,33,63); }
td.TdClassName
{
border-color: #84213F;
}
.TagClassName
{
border-color: #84213F;
}
</style>