Shades of Shiraz #84243A
Tints of Shiraz #84243A
RGB
CMYK
RGB Variations
Color information
#84243A (or 0x84243A) is known color: Shiraz. HEX triplet: 84, 24 and 3A. RGB value is (132,36,58). Sum of RGB (Red+Green+Blue) = 132+36+58=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #84243A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84243A is #7BDBC5. Grayscale: #434343. Windows color (decimal): -8117190 or 3810436. OLE color: 3810436.
HSL color Cylindrical-coordinate representation of color #84243A: hue angle of 346.25º degrees, saturation: 0.57, 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 #84243A is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 36 | 58 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.48 |
| HSL | 346.25º | 0.57% | 0.33% | - |
| HSV(B) | 346.25º | 0.73% | 0.52% | - |
| XYZ | 10.91 | 6.47 | 4.68 | - |
| YUV | 67.21 | 122.8 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 58 | 0 | 0.73 | 0.56 | 0.48 | 346.25 | 0.57 | 0.33 |
| Hex | 84 | 24 | 3A | 0 | 49 | 38 | 30 | 15A | 39 | 21 |
| Octal | 204 | 44 | 72 | 0 | 111 | 70 | 60 | 532 | 71 | 41 |
| Binary | 10000100 | 100100 | 111010 | 0 | 1001001 | 111000 | 110000 | 101011010 | 111001 | 100001 |
Color Harmonies of #84243A
Complementary color
Monochromatic Colors of #84243A
Black with #84243A
Text Example
Text Example
White with #84243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84243A; }
p { color: rgb(132,36,58); }
H1.HeaderClassName
{
color: #84243A;
}
.AnyTagClassName
{
color: #84243A;
}
</style>
background-color css
<style>
a { background-color: #84243A; }
a { background-color: rgb(132,36,58); }
div.DivClassName
{
background-color: #84243A;
}
.BgClassName
{
background-color: #84243A;
}
</style>
border-color css
<style>
span { border-color: #84243A; }
span { border-color: rgb(132,36,58); }
td.TdClassName
{
border-color: #84243A;
}
.TagClassName
{
border-color: #84243A;
}
</style>