Shades of Shiraz #84283B
Tints of Shiraz #84283B
RGB
CMYK
RGB Variations
Color information
#84283B (or 0x84283B) is known color: Shiraz. HEX triplet: 84, 28 and 3B. RGB value is (132,40,59). Sum of RGB (Red+Green+Blue) = 132+40+59=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #84283B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84283B is #7BD7C4. Grayscale: #454545. Windows color (decimal): -8116165 or 3876996. OLE color: 3876996.
HSL color Cylindrical-coordinate representation of color #84283B: hue angle of 347.61º 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 #84283B is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 40 | 59 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.48 |
| HSL | 347.61º | 0.53% | 0.34% | - |
| HSV(B) | 347.61º | 0.7% | 0.52% | - |
| XYZ | 11.06 | 6.74 | 4.86 | - |
| YUV | 69.67 | 121.98 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 59 | 0 | 0.70 | 0.55 | 0.48 | 347.61 | 0.53 | 0.34 |
| Hex | 84 | 28 | 3B | 0 | 46 | 37 | 30 | 15C | 35 | 22 |
| Octal | 204 | 50 | 73 | 0 | 106 | 67 | 60 | 534 | 65 | 42 |
| Binary | 10000100 | 101000 | 111011 | 0 | 1000110 | 110111 | 110000 | 101011100 | 110101 | 100010 |
Color Harmonies of #84283B
Complementary color
Monochromatic Colors of #84283B
Black with #84283B
Text Example
Text Example
White with #84283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84283B; }
p { color: rgb(132,40,59); }
H1.HeaderClassName
{
color: #84283B;
}
.AnyTagClassName
{
color: #84283B;
}
</style>
background-color css
<style>
a { background-color: #84283B; }
a { background-color: rgb(132,40,59); }
div.DivClassName
{
background-color: #84283B;
}
.BgClassName
{
background-color: #84283B;
}
</style>
border-color css
<style>
span { border-color: #84283B; }
span { border-color: rgb(132,40,59); }
td.TdClassName
{
border-color: #84283B;
}
.TagClassName
{
border-color: #84283B;
}
</style>