Shades of Shiraz #84293C
Tints of Shiraz #84293C
RGB
CMYK
RGB Variations
Color information
#84293C (or 0x84293C) is known color: Shiraz. HEX triplet: 84, 29 and 3C. RGB value is (132,41,60). Sum of RGB (Red+Green+Blue) = 132+41+60=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #84293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84293C is #7BD6C3. Grayscale: #464646. Windows color (decimal): -8115908 or 3942788. OLE color: 3942788.
HSL color Cylindrical-coordinate representation of color #84293C: hue angle of 347.47º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84293C is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 41 | 60 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.48 |
| HSL | 347.47º | 0.53% | 0.34% | - |
| HSV(B) | 347.47º | 0.69% | 0.52% | - |
| XYZ | 11.12 | 6.82 | 5 | - |
| YUV | 70.38 | 122.15 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 41 | 60 | 0 | 0.69 | 0.55 | 0.48 | 347.47 | 0.53 | 0.34 |
| Hex | 84 | 29 | 3C | 0 | 45 | 37 | 30 | 15B | 35 | 22 |
| Octal | 204 | 51 | 74 | 0 | 105 | 67 | 60 | 533 | 65 | 42 |
| Binary | 10000100 | 101001 | 111100 | 0 | 1000101 | 110111 | 110000 | 101011011 | 110101 | 100010 |
Color Harmonies of #84293C
Complementary color
Monochromatic Colors of #84293C
Black with #84293C
Text Example
Text Example
White with #84293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84293C; }
p { color: rgb(132,41,60); }
H1.HeaderClassName
{
color: #84293C;
}
.AnyTagClassName
{
color: #84293C;
}
</style>
background-color css
<style>
a { background-color: #84293C; }
a { background-color: rgb(132,41,60); }
div.DivClassName
{
background-color: #84293C;
}
.BgClassName
{
background-color: #84293C;
}
</style>
border-color css
<style>
span { border-color: #84293C; }
span { border-color: rgb(132,41,60); }
td.TdClassName
{
border-color: #84293C;
}
.TagClassName
{
border-color: #84293C;
}
</style>