Shades of Shiraz #84243E
Tints of Shiraz #84243E
RGB
CMYK
RGB Variations
Color information
#84243E (or 0x84243E) is known color: Shiraz. HEX triplet: 84, 24 and 3E. RGB value is (132,36,62). Sum of RGB (Red+Green+Blue) = 132+36+62=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #84243E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84243E is #7BDBC1. Grayscale: #434343. Windows color (decimal): -8117186 or 4072580. OLE color: 4072580.
HSL color Cylindrical-coordinate representation of color #84243E: hue angle of 343.75º 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 #84243E is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 36 | 62 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.48 |
| HSL | 343.75º | 0.57% | 0.33% | - |
| HSV(B) | 343.75º | 0.73% | 0.52% | - |
| XYZ | 11.02 | 6.52 | 5.23 | - |
| YUV | 67.67 | 124.8 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 62 | 0 | 0.73 | 0.53 | 0.48 | 343.75 | 0.57 | 0.33 |
| Hex | 84 | 24 | 3E | 0 | 49 | 35 | 30 | 158 | 39 | 21 |
| Octal | 204 | 44 | 76 | 0 | 111 | 65 | 60 | 530 | 71 | 41 |
| Binary | 10000100 | 100100 | 111110 | 0 | 1001001 | 110101 | 110000 | 101011000 | 111001 | 100001 |
Color Harmonies of #84243E
Complementary color
Monochromatic Colors of #84243E
Black with #84243E
Text Example
Text Example
White with #84243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84243E; }
p { color: rgb(132,36,62); }
H1.HeaderClassName
{
color: #84243E;
}
.AnyTagClassName
{
color: #84243E;
}
</style>
background-color css
<style>
a { background-color: #84243E; }
a { background-color: rgb(132,36,62); }
div.DivClassName
{
background-color: #84243E;
}
.BgClassName
{
background-color: #84243E;
}
</style>
border-color css
<style>
span { border-color: #84243E; }
span { border-color: rgb(132,36,62); }
td.TdClassName
{
border-color: #84243E;
}
.TagClassName
{
border-color: #84243E;
}
</style>