Shades of Shiraz #841D3A
Tints of Shiraz #841D3A
RGB
CMYK
RGB Variations
Color information
#841D3A (or 0x841D3A) is known color: Shiraz. HEX triplet: 84, 1D and 3A. RGB value is (132,29,58). Sum of RGB (Red+Green+Blue) = 132+29+58=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #841D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841D3A is #7BE2C5. Grayscale: #3F3F3F. Windows color (decimal): -8118982 or 3808644. OLE color: 3808644.
HSL color Cylindrical-coordinate representation of color #841D3A: hue angle of 343.11º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #841D3A is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 29 | 58 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.48 |
| HSL | 343.11º | 0.64% | 0.32% | - |
| HSV(B) | 343.11º | 0.78% | 0.52% | - |
| XYZ | 10.72 | 6.09 | 4.61 | - |
| YUV | 63.1 | 125.12 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 58 | 0 | 0.78 | 0.56 | 0.48 | 343.11 | 0.64 | 0.32 |
| Hex | 84 | 1D | 3A | 0 | 4E | 38 | 30 | 157 | 40 | 20 |
| Octal | 204 | 35 | 72 | 0 | 116 | 70 | 60 | 527 | 100 | 40 |
| Binary | 10000100 | 11101 | 111010 | 0 | 1001110 | 111000 | 110000 | 101010111 | 1000000 | 100000 |
Color Harmonies of #841D3A
Complementary color
Monochromatic Colors of #841D3A
Black with #841D3A
Text Example
Text Example
White with #841D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841D3A; }
p { color: rgb(132,29,58); }
H1.HeaderClassName
{
color: #841D3A;
}
.AnyTagClassName
{
color: #841D3A;
}
</style>
background-color css
<style>
a { background-color: #841D3A; }
a { background-color: rgb(132,29,58); }
div.DivClassName
{
background-color: #841D3A;
}
.BgClassName
{
background-color: #841D3A;
}
</style>
border-color css
<style>
span { border-color: #841D3A; }
span { border-color: rgb(132,29,58); }
td.TdClassName
{
border-color: #841D3A;
}
.TagClassName
{
border-color: #841D3A;
}
</style>