Shades of Shiraz #842C34
Tints of Shiraz #842C34
RGB
CMYK
RGB Variations
Color information
#842C34 (or 0x842C34) is known color: Shiraz. HEX triplet: 84, 2C and 34. RGB value is (132,44,52). Sum of RGB (Red+Green+Blue) = 132+44+52=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #842C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842C34 is #7BD3CB. Grayscale: #474747. Windows color (decimal): -8115148 or 3419268. OLE color: 3419268.
HSL color Cylindrical-coordinate representation of color #842C34: hue angle of 354.55º 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 #842C34 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 44 | 52 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.48 |
| HSL | 354.55º | 0.5% | 0.35% | - |
| HSV(B) | 354.55º | 0.67% | 0.52% | - |
| XYZ | 11.04 | 6.95 | 4.01 | - |
| YUV | 71.22 | 117.15 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 52 | 0 | 0.67 | 0.61 | 0.48 | 354.55 | 0.5 | 0.35 |
| Hex | 84 | 2C | 34 | 0 | 43 | 3D | 30 | 163 | 32 | 23 |
| Octal | 204 | 54 | 64 | 0 | 103 | 75 | 60 | 543 | 62 | 43 |
| Binary | 10000100 | 101100 | 110100 | 0 | 1000011 | 111101 | 110000 | 101100011 | 110010 | 100011 |
Color Harmonies of #842C34
Complementary color
Monochromatic Colors of #842C34
Black with #842C34
Text Example
Text Example
White with #842C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842C34; }
p { color: rgb(132,44,52); }
H1.HeaderClassName
{
color: #842C34;
}
.AnyTagClassName
{
color: #842C34;
}
</style>
background-color css
<style>
a { background-color: #842C34; }
a { background-color: rgb(132,44,52); }
div.DivClassName
{
background-color: #842C34;
}
.BgClassName
{
background-color: #842C34;
}
</style>
border-color css
<style>
span { border-color: #842C34; }
span { border-color: rgb(132,44,52); }
td.TdClassName
{
border-color: #842C34;
}
.TagClassName
{
border-color: #842C34;
}
</style>