Shades of Shiraz #84183D
Tints of Shiraz #84183D
RGB
CMYK
RGB Variations
Color information
#84183D (or 0x84183D) is known color: Shiraz. HEX triplet: 84, 18 and 3D. RGB value is (132,24,61). Sum of RGB (Red+Green+Blue) = 132+24+61=217 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.83% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 132 - color contains mainly: red. Hex color #84183D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84183D is #7BE7C2. Grayscale: #3C3C3C. Windows color (decimal): -8120259 or 4003972. OLE color: 4003972.
HSL color Cylindrical-coordinate representation of color #84183D: hue angle of 339.44º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84183D is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 61 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.48 |
| HSL | 339.44º | 0.69% | 0.31% | - |
| HSV(B) | 339.44º | 0.82% | 0.52% | - |
| XYZ | 10.68 | 5.9 | 4.99 | - |
| YUV | 60.51 | 128.28 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 61 | 0 | 0.82 | 0.54 | 0.48 | 339.44 | 0.69 | 0.31 |
| Hex | 84 | 18 | 3D | 0 | 52 | 36 | 30 | 153 | 45 | 1F |
| Octal | 204 | 30 | 75 | 0 | 122 | 66 | 60 | 523 | 105 | 37 |
| Binary | 10000100 | 11000 | 111101 | 0 | 1010010 | 110110 | 110000 | 101010011 | 1000101 | 11111 |
Color Harmonies of #84183D
Complementary color
Monochromatic Colors of #84183D
Black with #84183D
Text Example
Text Example
White with #84183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84183D; }
p { color: rgb(132,24,61); }
H1.HeaderClassName
{
color: #84183D;
}
.AnyTagClassName
{
color: #84183D;
}
</style>
background-color css
<style>
a { background-color: #84183D; }
a { background-color: rgb(132,24,61); }
div.DivClassName
{
background-color: #84183D;
}
.BgClassName
{
background-color: #84183D;
}
</style>
border-color css
<style>
span { border-color: #84183D; }
span { border-color: rgb(132,24,61); }
td.TdClassName
{
border-color: #84183D;
}
.TagClassName
{
border-color: #84183D;
}
</style>