Shades of Shiraz #84233D
Tints of Shiraz #84233D
RGB
CMYK
RGB Variations
Color information
#84233D (or 0x84233D) is known color: Shiraz. HEX triplet: 84, 23 and 3D. RGB value is (132,35,61). Sum of RGB (Red+Green+Blue) = 132+35+61=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #84233D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84233D is #7BDCC2. Grayscale: #424242. Windows color (decimal): -8117443 or 4006788. OLE color: 4006788.
HSL color Cylindrical-coordinate representation of color #84233D: hue angle of 343.92º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84233D is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 35 | 61 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.48 |
| HSL | 343.92º | 0.58% | 0.33% | - |
| HSV(B) | 343.92º | 0.73% | 0.52% | - |
| XYZ | 10.96 | 6.44 | 5.08 | - |
| YUV | 66.97 | 124.64 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 61 | 0 | 0.73 | 0.54 | 0.48 | 343.92 | 0.58 | 0.33 |
| Hex | 84 | 23 | 3D | 0 | 49 | 36 | 30 | 158 | 3A | 21 |
| Octal | 204 | 43 | 75 | 0 | 111 | 66 | 60 | 530 | 72 | 41 |
| Binary | 10000100 | 100011 | 111101 | 0 | 1001001 | 110110 | 110000 | 101011000 | 111010 | 100001 |
Color Harmonies of #84233D
Complementary color
Monochromatic Colors of #84233D
Black with #84233D
Text Example
Text Example
White with #84233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84233D; }
p { color: rgb(132,35,61); }
H1.HeaderClassName
{
color: #84233D;
}
.AnyTagClassName
{
color: #84233D;
}
</style>
background-color css
<style>
a { background-color: #84233D; }
a { background-color: rgb(132,35,61); }
div.DivClassName
{
background-color: #84233D;
}
.BgClassName
{
background-color: #84233D;
}
</style>
border-color css
<style>
span { border-color: #84233D; }
span { border-color: rgb(132,35,61); }
td.TdClassName
{
border-color: #84233D;
}
.TagClassName
{
border-color: #84233D;
}
</style>