Shades of Shiraz #84273D
Tints of Shiraz #84273D
RGB
CMYK
RGB Variations
Color information
#84273D (or 0x84273D) is known color: Shiraz. HEX triplet: 84, 27 and 3D. RGB value is (132,39,61). Sum of RGB (Red+Green+Blue) = 132+39+61=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #84273D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84273D is #7BD8C2. Grayscale: #454545. Windows color (decimal): -8116419 or 4007812. OLE color: 4007812.
HSL color Cylindrical-coordinate representation of color #84273D: hue angle of 345.81º 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 #84273D is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 39 | 61 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.48 |
| HSL | 345.81º | 0.54% | 0.34% | - |
| HSV(B) | 345.81º | 0.7% | 0.52% | - |
| XYZ | 11.08 | 6.69 | 5.12 | - |
| YUV | 69.32 | 123.31 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 39 | 61 | 0 | 0.70 | 0.54 | 0.48 | 345.81 | 0.54 | 0.34 |
| Hex | 84 | 27 | 3D | 0 | 46 | 36 | 30 | 15A | 36 | 22 |
| Octal | 204 | 47 | 75 | 0 | 106 | 66 | 60 | 532 | 66 | 42 |
| Binary | 10000100 | 100111 | 111101 | 0 | 1000110 | 110110 | 110000 | 101011010 | 110110 | 100010 |
Color Harmonies of #84273D
Complementary color
Monochromatic Colors of #84273D
Black with #84273D
Text Example
Text Example
White with #84273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84273D; }
p { color: rgb(132,39,61); }
H1.HeaderClassName
{
color: #84273D;
}
.AnyTagClassName
{
color: #84273D;
}
</style>
background-color css
<style>
a { background-color: #84273D; }
a { background-color: rgb(132,39,61); }
div.DivClassName
{
background-color: #84273D;
}
.BgClassName
{
background-color: #84273D;
}
</style>
border-color css
<style>
span { border-color: #84273D; }
span { border-color: rgb(132,39,61); }
td.TdClassName
{
border-color: #84273D;
}
.TagClassName
{
border-color: #84273D;
}
</style>