Shades of Shiraz #842A32
Tints of Shiraz #842A32
RGB
CMYK
RGB Variations
Color information
#842A32 (or 0x842A32) is known color: Shiraz. HEX triplet: 84, 2A and 32. RGB value is (132,42,50). Sum of RGB (Red+Green+Blue) = 132+42+50=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #842A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842A32 is #7BD5CD. Grayscale: #454545. Windows color (decimal): -8115662 or 3287684. OLE color: 3287684.
HSL color Cylindrical-coordinate representation of color #842A32: hue angle of 354.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #842A32 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 42 | 50 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.48 |
| HSL | 354.67º | 0.52% | 0.34% | - |
| HSV(B) | 354.67º | 0.68% | 0.52% | - |
| XYZ | 10.92 | 6.79 | 3.75 | - |
| YUV | 69.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 42 | 50 | 0 | 0.68 | 0.62 | 0.48 | 354.67 | 0.52 | 0.34 |
| Hex | 84 | 2A | 32 | 0 | 44 | 3E | 30 | 163 | 34 | 22 |
| Octal | 204 | 52 | 62 | 0 | 104 | 76 | 60 | 543 | 64 | 42 |
| Binary | 10000100 | 101010 | 110010 | 0 | 1000100 | 111110 | 110000 | 101100011 | 110100 | 100010 |
Color Harmonies of #842A32
Complementary color
Monochromatic Colors of #842A32
Black with #842A32
Text Example
Text Example
White with #842A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842A32; }
p { color: rgb(132,42,50); }
H1.HeaderClassName
{
color: #842A32;
}
.AnyTagClassName
{
color: #842A32;
}
</style>
background-color css
<style>
a { background-color: #842A32; }
a { background-color: rgb(132,42,50); }
div.DivClassName
{
background-color: #842A32;
}
.BgClassName
{
background-color: #842A32;
}
</style>
border-color css
<style>
span { border-color: #842A32; }
span { border-color: rgb(132,42,50); }
td.TdClassName
{
border-color: #842A32;
}
.TagClassName
{
border-color: #842A32;
}
</style>