Shades of Shiraz #84243F
Tints of Shiraz #84243F
RGB
CMYK
RGB Variations
Color information
#84243F (or 0x84243F) is known color: Shiraz. HEX triplet: 84, 24 and 3F. RGB value is (132,36,63). Sum of RGB (Red+Green+Blue) = 132+36+63=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #84243F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84243F is #7BDBC0. Grayscale: #434343. Windows color (decimal): -8117185 or 4138116. OLE color: 4138116.
HSL color Cylindrical-coordinate representation of color #84243F: hue angle of 343.12º 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 #84243F is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 36 | 63 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.48 |
| HSL | 343.13º | 0.57% | 0.33% | - |
| HSV(B) | 343.13º | 0.73% | 0.52% | - |
| XYZ | 11.04 | 6.53 | 5.38 | - |
| YUV | 67.78 | 125.3 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 63 | 0 | 0.73 | 0.52 | 0.48 | 343.13 | 0.57 | 0.33 |
| Hex | 84 | 24 | 3F | 0 | 49 | 34 | 30 | 157 | 39 | 21 |
| Octal | 204 | 44 | 77 | 0 | 111 | 64 | 60 | 527 | 71 | 41 |
| Binary | 10000100 | 100100 | 111111 | 0 | 1001001 | 110100 | 110000 | 101010111 | 111001 | 100001 |
Color Harmonies of #84243F
Complementary color
Monochromatic Colors of #84243F
Black with #84243F
Text Example
Text Example
White with #84243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84243F; }
p { color: rgb(132,36,63); }
H1.HeaderClassName
{
color: #84243F;
}
.AnyTagClassName
{
color: #84243F;
}
</style>
background-color css
<style>
a { background-color: #84243F; }
a { background-color: rgb(132,36,63); }
div.DivClassName
{
background-color: #84243F;
}
.BgClassName
{
background-color: #84243F;
}
</style>
border-color css
<style>
span { border-color: #84243F; }
span { border-color: rgb(132,36,63); }
td.TdClassName
{
border-color: #84243F;
}
.TagClassName
{
border-color: #84243F;
}
</style>