Shades of Shiraz #841F3C
Tints of Shiraz #841F3C
RGB
CMYK
RGB Variations
Color information
#841F3C (or 0x841F3C) is known color: Shiraz. HEX triplet: 84, 1F and 3C. RGB value is (132,31,60). Sum of RGB (Red+Green+Blue) = 132+31+60=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #841F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841F3C is #7BE0C3. Grayscale: #404040. Windows color (decimal): -8118468 or 3940228. OLE color: 3940228.
HSL color Cylindrical-coordinate representation of color #841F3C: hue angle of 342.77º 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 #841F3C is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 31 | 60 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.48 |
| HSL | 342.77º | 0.62% | 0.32% | - |
| HSV(B) | 342.77º | 0.77% | 0.52% | - |
| XYZ | 10.82 | 6.21 | 4.9 | - |
| YUV | 64.51 | 125.46 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 31 | 60 | 0 | 0.77 | 0.55 | 0.48 | 342.77 | 0.62 | 0.32 |
| Hex | 84 | 1F | 3C | 0 | 4D | 37 | 30 | 157 | 3E | 20 |
| Octal | 204 | 37 | 74 | 0 | 115 | 67 | 60 | 527 | 76 | 40 |
| Binary | 10000100 | 11111 | 111100 | 0 | 1001101 | 110111 | 110000 | 101010111 | 111110 | 100000 |
Color Harmonies of #841F3C
Complementary color
Monochromatic Colors of #841F3C
Black with #841F3C
Text Example
Text Example
White with #841F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841F3C; }
p { color: rgb(132,31,60); }
H1.HeaderClassName
{
color: #841F3C;
}
.AnyTagClassName
{
color: #841F3C;
}
</style>
background-color css
<style>
a { background-color: #841F3C; }
a { background-color: rgb(132,31,60); }
div.DivClassName
{
background-color: #841F3C;
}
.BgClassName
{
background-color: #841F3C;
}
</style>
border-color css
<style>
span { border-color: #841F3C; }
span { border-color: rgb(132,31,60); }
td.TdClassName
{
border-color: #841F3C;
}
.TagClassName
{
border-color: #841F3C;
}
</style>