Shades of Shiraz #84253D
Tints of Shiraz #84253D
RGB
CMYK
RGB Variations
Color information
#84253D (or 0x84253D) is known color: Shiraz. HEX triplet: 84, 25 and 3D. RGB value is (132,37,61). Sum of RGB (Red+Green+Blue) = 132+37+61=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #84253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84253D is #7BDAC2. Grayscale: #444444. Windows color (decimal): -8116931 or 4007300. OLE color: 4007300.
HSL color Cylindrical-coordinate representation of color #84253D: hue angle of 344.84º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84253D is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 37 | 61 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.48 |
| HSL | 344.84º | 0.56% | 0.33% | - |
| HSV(B) | 344.84º | 0.72% | 0.52% | - |
| XYZ | 11.02 | 6.57 | 5.1 | - |
| YUV | 68.14 | 123.97 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 61 | 0 | 0.72 | 0.54 | 0.48 | 344.84 | 0.56 | 0.33 |
| Hex | 84 | 25 | 3D | 0 | 48 | 36 | 30 | 159 | 38 | 21 |
| Octal | 204 | 45 | 75 | 0 | 110 | 66 | 60 | 531 | 70 | 41 |
| Binary | 10000100 | 100101 | 111101 | 0 | 1001000 | 110110 | 110000 | 101011001 | 111000 | 100001 |
Color Harmonies of #84253D
Complementary color
Monochromatic Colors of #84253D
Black with #84253D
Text Example
Text Example
White with #84253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84253D; }
p { color: rgb(132,37,61); }
H1.HeaderClassName
{
color: #84253D;
}
.AnyTagClassName
{
color: #84253D;
}
</style>
background-color css
<style>
a { background-color: #84253D; }
a { background-color: rgb(132,37,61); }
div.DivClassName
{
background-color: #84253D;
}
.BgClassName
{
background-color: #84253D;
}
</style>
border-color css
<style>
span { border-color: #84253D; }
span { border-color: rgb(132,37,61); }
td.TdClassName
{
border-color: #84253D;
}
.TagClassName
{
border-color: #84253D;
}
</style>