Shades of Shiraz #842E33
Tints of Shiraz #842E33
RGB
CMYK
RGB Variations
Color information
#842E33 (or 0x842E33) is known color: Shiraz. HEX triplet: 84, 2E and 33. RGB value is (132,46,51). Sum of RGB (Red+Green+Blue) = 132+46+51=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #842E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842E33 is #7BD1CC. Grayscale: #484848. Windows color (decimal): -8114637 or 3354244. OLE color: 3354244.
HSL color Cylindrical-coordinate representation of color #842E33: hue angle of 356.51º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #842E33 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 46 | 51 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.48 |
| HSL | 356.51º | 0.48% | 0.35% | - |
| HSV(B) | 356.51º | 0.65% | 0.52% | - |
| XYZ | 11.09 | 7.1 | 3.92 | - |
| YUV | 72.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 46 | 51 | 0 | 0.65 | 0.61 | 0.48 | 356.51 | 0.48 | 0.35 |
| Hex | 84 | 2E | 33 | 0 | 41 | 3D | 30 | 165 | 30 | 23 |
| Octal | 204 | 56 | 63 | 0 | 101 | 75 | 60 | 545 | 60 | 43 |
| Binary | 10000100 | 101110 | 110011 | 0 | 1000001 | 111101 | 110000 | 101100101 | 110000 | 100011 |
Color Harmonies of #842E33
Complementary color
Monochromatic Colors of #842E33
Black with #842E33
Text Example
Text Example
White with #842E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842E33; }
p { color: rgb(132,46,51); }
H1.HeaderClassName
{
color: #842E33;
}
.AnyTagClassName
{
color: #842E33;
}
</style>
background-color css
<style>
a { background-color: #842E33; }
a { background-color: rgb(132,46,51); }
div.DivClassName
{
background-color: #842E33;
}
.BgClassName
{
background-color: #842E33;
}
</style>
border-color css
<style>
span { border-color: #842E33; }
span { border-color: rgb(132,46,51); }
td.TdClassName
{
border-color: #842E33;
}
.TagClassName
{
border-color: #842E33;
}
</style>