Shades of Shiraz #842033
Tints of Shiraz #842033
RGB
CMYK
RGB Variations
Color information
#842033 (or 0x842033) is known color: Shiraz. HEX triplet: 84, 20 and 33. RGB value is (132,32,51). Sum of RGB (Red+Green+Blue) = 132+32+51=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #842033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842033 is #7BDFCC. Grayscale: #404040. Windows color (decimal): -8118221 or 3350660. OLE color: 3350660.
HSL color Cylindrical-coordinate representation of color #842033: hue angle of 348.6º 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 #842033 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 32 | 51 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.48 |
| HSL | 348.6º | 0.61% | 0.32% | - |
| HSV(B) | 348.6º | 0.76% | 0.52% | - |
| XYZ | 10.63 | 6.18 | 3.76 | - |
| YUV | 64.07 | 120.63 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 51 | 0 | 0.76 | 0.61 | 0.48 | 348.6 | 0.61 | 0.32 |
| Hex | 84 | 20 | 33 | 0 | 4C | 3D | 30 | 15D | 3D | 20 |
| Octal | 204 | 40 | 63 | 0 | 114 | 75 | 60 | 535 | 75 | 40 |
| Binary | 10000100 | 100000 | 110011 | 0 | 1001100 | 111101 | 110000 | 101011101 | 111101 | 100000 |
Color Harmonies of #842033
Complementary color
Monochromatic Colors of #842033
Black with #842033
Text Example
Text Example
White with #842033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842033; }
p { color: rgb(132,32,51); }
H1.HeaderClassName
{
color: #842033;
}
.AnyTagClassName
{
color: #842033;
}
</style>
background-color css
<style>
a { background-color: #842033; }
a { background-color: rgb(132,32,51); }
div.DivClassName
{
background-color: #842033;
}
.BgClassName
{
background-color: #842033;
}
</style>
border-color css
<style>
span { border-color: #842033; }
span { border-color: rgb(132,32,51); }
td.TdClassName
{
border-color: #842033;
}
.TagClassName
{
border-color: #842033;
}
</style>