Shades of Shiraz #84273E
Tints of Shiraz #84273E
RGB
CMYK
RGB Variations
Color information
#84273E (or 0x84273E) is known color: Shiraz. HEX triplet: 84, 27 and 3E. RGB value is (132,39,62). Sum of RGB (Red+Green+Blue) = 132+39+62=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #84273E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84273E is #7BD8C1. Grayscale: #454545. Windows color (decimal): -8116418 or 4073348. OLE color: 4073348.
HSL color Cylindrical-coordinate representation of color #84273E: hue angle of 345.16º 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 #84273E is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 39 | 62 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.48 |
| HSL | 345.16º | 0.54% | 0.34% | - |
| HSV(B) | 345.16º | 0.7% | 0.52% | - |
| XYZ | 11.11 | 6.7 | 5.27 | - |
| YUV | 69.43 | 123.81 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 39 | 62 | 0 | 0.70 | 0.53 | 0.48 | 345.16 | 0.54 | 0.34 |
| Hex | 84 | 27 | 3E | 0 | 46 | 35 | 30 | 159 | 36 | 22 |
| Octal | 204 | 47 | 76 | 0 | 106 | 65 | 60 | 531 | 66 | 42 |
| Binary | 10000100 | 100111 | 111110 | 0 | 1000110 | 110101 | 110000 | 101011001 | 110110 | 100010 |
Color Harmonies of #84273E
Complementary color
Monochromatic Colors of #84273E
Black with #84273E
Text Example
Text Example
White with #84273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84273E; }
p { color: rgb(132,39,62); }
H1.HeaderClassName
{
color: #84273E;
}
.AnyTagClassName
{
color: #84273E;
}
</style>
background-color css
<style>
a { background-color: #84273E; }
a { background-color: rgb(132,39,62); }
div.DivClassName
{
background-color: #84273E;
}
.BgClassName
{
background-color: #84273E;
}
</style>
border-color css
<style>
span { border-color: #84273E; }
span { border-color: rgb(132,39,62); }
td.TdClassName
{
border-color: #84273E;
}
.TagClassName
{
border-color: #84273E;
}
</style>