Shades of Shiraz #842C39
Tints of Shiraz #842C39
RGB
CMYK
RGB Variations
Color information
#842C39 (or 0x842C39) is known color: Shiraz. HEX triplet: 84, 2C and 39. RGB value is (132,44,57). Sum of RGB (Red+Green+Blue) = 132+44+57=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #842C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842C39 is #7BD3C6. Grayscale: #474747. Windows color (decimal): -8115143 or 3746948. OLE color: 3746948.
HSL color Cylindrical-coordinate representation of color #842C39: hue angle of 351.14º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #842C39 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 44 | 57 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.48 |
| HSL | 351.14º | 0.5% | 0.35% | - |
| HSV(B) | 351.14º | 0.67% | 0.52% | - |
| XYZ | 11.15 | 7 | 4.63 | - |
| YUV | 71.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 57 | 0 | 0.67 | 0.57 | 0.48 | 351.14 | 0.5 | 0.35 |
| Hex | 84 | 2C | 39 | 0 | 43 | 39 | 30 | 15F | 32 | 23 |
| Octal | 204 | 54 | 71 | 0 | 103 | 71 | 60 | 537 | 62 | 43 |
| Binary | 10000100 | 101100 | 111001 | 0 | 1000011 | 111001 | 110000 | 101011111 | 110010 | 100011 |
Color Harmonies of #842C39
Complementary color
Monochromatic Colors of #842C39
Black with #842C39
Text Example
Text Example
White with #842C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842C39; }
p { color: rgb(132,44,57); }
H1.HeaderClassName
{
color: #842C39;
}
.AnyTagClassName
{
color: #842C39;
}
</style>
background-color css
<style>
a { background-color: #842C39; }
a { background-color: rgb(132,44,57); }
div.DivClassName
{
background-color: #842C39;
}
.BgClassName
{
background-color: #842C39;
}
</style>
border-color css
<style>
span { border-color: #842C39; }
span { border-color: rgb(132,44,57); }
td.TdClassName
{
border-color: #842C39;
}
.TagClassName
{
border-color: #842C39;
}
</style>