Shades of Shiraz #84283D
Tints of Shiraz #84283D
RGB
CMYK
RGB Variations
Color information
#84283D (or 0x84283D) is known color: Shiraz. HEX triplet: 84, 28 and 3D. RGB value is (132,40,61). Sum of RGB (Red+Green+Blue) = 132+40+61=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #84283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84283D is #7BD7C2. Grayscale: #454545. Windows color (decimal): -8116163 or 4008068. OLE color: 4008068.
HSL color Cylindrical-coordinate representation of color #84283D: hue angle of 346.3º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84283D is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 40 | 61 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.48 |
| HSL | 346.3º | 0.53% | 0.34% | - |
| HSV(B) | 346.3º | 0.7% | 0.52% | - |
| XYZ | 11.12 | 6.76 | 5.13 | - |
| YUV | 69.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 61 | 0 | 0.70 | 0.54 | 0.48 | 346.3 | 0.53 | 0.34 |
| Hex | 84 | 28 | 3D | 0 | 46 | 36 | 30 | 15A | 35 | 22 |
| Octal | 204 | 50 | 75 | 0 | 106 | 66 | 60 | 532 | 65 | 42 |
| Binary | 10000100 | 101000 | 111101 | 0 | 1000110 | 110110 | 110000 | 101011010 | 110101 | 100010 |
Color Harmonies of #84283D
Complementary color
Monochromatic Colors of #84283D
Black with #84283D
Text Example
Text Example
White with #84283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84283D; }
p { color: rgb(132,40,61); }
H1.HeaderClassName
{
color: #84283D;
}
.AnyTagClassName
{
color: #84283D;
}
</style>
background-color css
<style>
a { background-color: #84283D; }
a { background-color: rgb(132,40,61); }
div.DivClassName
{
background-color: #84283D;
}
.BgClassName
{
background-color: #84283D;
}
</style>
border-color css
<style>
span { border-color: #84283D; }
span { border-color: rgb(132,40,61); }
td.TdClassName
{
border-color: #84283D;
}
.TagClassName
{
border-color: #84283D;
}
</style>