Shades of Shiraz #84193D
Tints of Shiraz #84193D
RGB
CMYK
RGB Variations
Color information
#84193D (or 0x84193D) is known color: Shiraz. HEX triplet: 84, 19 and 3D. RGB value is (132,25,61). Sum of RGB (Red+Green+Blue) = 132+25+61=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #84193D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84193D is #7BE6C2. Grayscale: #3D3D3D. Windows color (decimal): -8120003 or 4004228. OLE color: 4004228.
HSL color Cylindrical-coordinate representation of color #84193D: hue angle of 339.81º 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 #84193D is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 61 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.48 |
| HSL | 339.81º | 0.68% | 0.31% | - |
| HSV(B) | 339.81º | 0.81% | 0.52% | - |
| XYZ | 10.71 | 5.94 | 5 | - |
| YUV | 61.1 | 127.95 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 61 | 0 | 0.81 | 0.54 | 0.48 | 339.81 | 0.68 | 0.31 |
| Hex | 84 | 19 | 3D | 0 | 51 | 36 | 30 | 154 | 44 | 1F |
| Octal | 204 | 31 | 75 | 0 | 121 | 66 | 60 | 524 | 104 | 37 |
| Binary | 10000100 | 11001 | 111101 | 0 | 1010001 | 110110 | 110000 | 101010100 | 1000100 | 11111 |
Color Harmonies of #84193D
Complementary color
Monochromatic Colors of #84193D
Black with #84193D
Text Example
Text Example
White with #84193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84193D; }
p { color: rgb(132,25,61); }
H1.HeaderClassName
{
color: #84193D;
}
.AnyTagClassName
{
color: #84193D;
}
</style>
background-color css
<style>
a { background-color: #84193D; }
a { background-color: rgb(132,25,61); }
div.DivClassName
{
background-color: #84193D;
}
.BgClassName
{
background-color: #84193D;
}
</style>
border-color css
<style>
span { border-color: #84193D; }
span { border-color: rgb(132,25,61); }
td.TdClassName
{
border-color: #84193D;
}
.TagClassName
{
border-color: #84193D;
}
</style>