Shades of Shiraz #84193B
Tints of Shiraz #84193B
RGB
CMYK
RGB Variations
Color information
#84193B (or 0x84193B) is known color: Shiraz. HEX triplet: 84, 19 and 3B. RGB value is (132,25,59). Sum of RGB (Red+Green+Blue) = 132+25+59=216 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.11% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 132 - color contains mainly: red. Hex color #84193B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84193B is #7BE6C4. Grayscale: #3C3C3C. Windows color (decimal): -8120005 or 3873156. OLE color: 3873156.
HSL color Cylindrical-coordinate representation of color #84193B: hue angle of 340.93º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #84193B is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 59 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.48 |
| HSL | 340.93º | 0.68% | 0.31% | - |
| HSV(B) | 340.93º | 0.81% | 0.52% | - |
| XYZ | 10.65 | 5.92 | 4.72 | - |
| YUV | 60.87 | 126.95 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 59 | 0 | 0.81 | 0.55 | 0.48 | 340.93 | 0.68 | 0.31 |
| Hex | 84 | 19 | 3B | 0 | 51 | 37 | 30 | 155 | 44 | 1F |
| Octal | 204 | 31 | 73 | 0 | 121 | 67 | 60 | 525 | 104 | 37 |
| Binary | 10000100 | 11001 | 111011 | 0 | 1010001 | 110111 | 110000 | 101010101 | 1000100 | 11111 |
Color Harmonies of #84193B
Complementary color
Monochromatic Colors of #84193B
Black with #84193B
Text Example
Text Example
White with #84193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84193B; }
p { color: rgb(132,25,59); }
H1.HeaderClassName
{
color: #84193B;
}
.AnyTagClassName
{
color: #84193B;
}
</style>
background-color css
<style>
a { background-color: #84193B; }
a { background-color: rgb(132,25,59); }
div.DivClassName
{
background-color: #84193B;
}
.BgClassName
{
background-color: #84193B;
}
</style>
border-color css
<style>
span { border-color: #84193B; }
span { border-color: rgb(132,25,59); }
td.TdClassName
{
border-color: #84193B;
}
.TagClassName
{
border-color: #84193B;
}
</style>