Shades of Shiraz #841F34
Tints of Shiraz #841F34
RGB
CMYK
RGB Variations
Color information
#841F34 (or 0x841F34) is known color: Shiraz. HEX triplet: 84, 1F and 34. RGB value is (132,31,52). Sum of RGB (Red+Green+Blue) = 132+31+52=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #841F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841F34 is #7BE0CB. Grayscale: #3F3F3F. Windows color (decimal): -8118476 or 3415940. OLE color: 3415940.
HSL color Cylindrical-coordinate representation of color #841F34: hue angle of 347.52º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #841F34 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 31 | 52 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.48 |
| HSL | 347.52º | 0.62% | 0.32% | - |
| HSV(B) | 347.52º | 0.77% | 0.52% | - |
| XYZ | 10.63 | 6.13 | 3.87 | - |
| YUV | 63.59 | 121.46 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 31 | 52 | 0 | 0.77 | 0.61 | 0.48 | 347.52 | 0.62 | 0.32 |
| Hex | 84 | 1F | 34 | 0 | 4D | 3D | 30 | 15C | 3E | 20 |
| Octal | 204 | 37 | 64 | 0 | 115 | 75 | 60 | 534 | 76 | 40 |
| Binary | 10000100 | 11111 | 110100 | 0 | 1001101 | 111101 | 110000 | 101011100 | 111110 | 100000 |
Color Harmonies of #841F34
Complementary color
Monochromatic Colors of #841F34
Black with #841F34
Text Example
Text Example
White with #841F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841F34; }
p { color: rgb(132,31,52); }
H1.HeaderClassName
{
color: #841F34;
}
.AnyTagClassName
{
color: #841F34;
}
</style>
background-color css
<style>
a { background-color: #841F34; }
a { background-color: rgb(132,31,52); }
div.DivClassName
{
background-color: #841F34;
}
.BgClassName
{
background-color: #841F34;
}
</style>
border-color css
<style>
span { border-color: #841F34; }
span { border-color: rgb(132,31,52); }
td.TdClassName
{
border-color: #841F34;
}
.TagClassName
{
border-color: #841F34;
}
</style>