Shades of Shiraz #821F3A
Tints of Shiraz #821F3A
RGB
CMYK
RGB Variations
Color information
#821F3A (or 0x821F3A) is known color: Shiraz. HEX triplet: 82, 1F and 3A. RGB value is (130,31,58). Sum of RGB (Red+Green+Blue) = 130+31+58=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #821F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821F3A is #7DE0C5. Grayscale: #3F3F3F. Windows color (decimal): -8249542 or 3809154. OLE color: 3809154.
HSL color Cylindrical-coordinate representation of color #821F3A: hue angle of 343.64º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #821F3A is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 31 | 58 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.49 |
| HSL | 343.64º | 0.61% | 0.32% | - |
| HSV(B) | 343.64º | 0.76% | 0.51% | - |
| XYZ | 10.46 | 6.03 | 4.62 | - |
| YUV | 63.68 | 124.8 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 31 | 58 | 0 | 0.76 | 0.55 | 0.49 | 343.64 | 0.61 | 0.32 |
| Hex | 82 | 1F | 3A | 0 | 4C | 37 | 31 | 158 | 3D | 20 |
| Octal | 202 | 37 | 72 | 0 | 114 | 67 | 61 | 530 | 75 | 40 |
| Binary | 10000010 | 11111 | 111010 | 0 | 1001100 | 110111 | 110001 | 101011000 | 111101 | 100000 |
Color Harmonies of #821F3A
Complementary color
Monochromatic Colors of #821F3A
Black with #821F3A
Text Example
Text Example
White with #821F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821F3A; }
p { color: rgb(130,31,58); }
H1.HeaderClassName
{
color: #821F3A;
}
.AnyTagClassName
{
color: #821F3A;
}
</style>
background-color css
<style>
a { background-color: #821F3A; }
a { background-color: rgb(130,31,58); }
div.DivClassName
{
background-color: #821F3A;
}
.BgClassName
{
background-color: #821F3A;
}
</style>
border-color css
<style>
span { border-color: #821F3A; }
span { border-color: rgb(130,31,58); }
td.TdClassName
{
border-color: #821F3A;
}
.TagClassName
{
border-color: #821F3A;
}
</style>