Shades of Shiraz #84273C
Tints of Shiraz #84273C
RGB
CMYK
RGB Variations
Color information
#84273C (or 0x84273C) is known color: Shiraz. HEX triplet: 84, 27 and 3C. RGB value is (132,39,60). Sum of RGB (Red+Green+Blue) = 132+39+60=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #84273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84273C is #7BD8C3. Grayscale: #454545. Windows color (decimal): -8116420 or 3942276. OLE color: 3942276.
HSL color Cylindrical-coordinate representation of color #84273C: hue angle of 346.45º degrees, saturation: 0.54, 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 #84273C is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 39 | 60 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.48 |
| HSL | 346.45º | 0.54% | 0.34% | - |
| HSV(B) | 346.45º | 0.7% | 0.52% | - |
| XYZ | 11.06 | 6.68 | 4.98 | - |
| YUV | 69.2 | 122.81 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 39 | 60 | 0 | 0.70 | 0.55 | 0.48 | 346.45 | 0.54 | 0.34 |
| Hex | 84 | 27 | 3C | 0 | 46 | 37 | 30 | 15A | 36 | 22 |
| Octal | 204 | 47 | 74 | 0 | 106 | 67 | 60 | 532 | 66 | 42 |
| Binary | 10000100 | 100111 | 111100 | 0 | 1000110 | 110111 | 110000 | 101011010 | 110110 | 100010 |
Color Harmonies of #84273C
Complementary color
Monochromatic Colors of #84273C
Black with #84273C
Text Example
Text Example
White with #84273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84273C; }
p { color: rgb(132,39,60); }
H1.HeaderClassName
{
color: #84273C;
}
.AnyTagClassName
{
color: #84273C;
}
</style>
background-color css
<style>
a { background-color: #84273C; }
a { background-color: rgb(132,39,60); }
div.DivClassName
{
background-color: #84273C;
}
.BgClassName
{
background-color: #84273C;
}
</style>
border-color css
<style>
span { border-color: #84273C; }
span { border-color: rgb(132,39,60); }
td.TdClassName
{
border-color: #84273C;
}
.TagClassName
{
border-color: #84273C;
}
</style>