Shades of Shiraz #82213A
Tints of Shiraz #82213A
RGB
CMYK
RGB Variations
Color information
#82213A (or 0x82213A) is known color: Shiraz. HEX triplet: 82, 21 and 3A. RGB value is (130,33,58). Sum of RGB (Red+Green+Blue) = 130+33+58=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #82213A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82213A is #7DDEC5. Grayscale: #404040. Windows color (decimal): -8249030 or 3809666. OLE color: 3809666.
HSL color Cylindrical-coordinate representation of color #82213A: hue angle of 344.54º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82213A is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 33 | 58 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.49 |
| HSL | 344.54º | 0.6% | 0.32% | - |
| HSV(B) | 344.54º | 0.75% | 0.51% | - |
| XYZ | 10.51 | 6.14 | 4.63 | - |
| YUV | 64.85 | 124.14 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 33 | 58 | 0 | 0.75 | 0.55 | 0.49 | 344.54 | 0.6 | 0.32 |
| Hex | 82 | 21 | 3A | 0 | 4B | 37 | 31 | 159 | 3C | 20 |
| Octal | 202 | 41 | 72 | 0 | 113 | 67 | 61 | 531 | 74 | 40 |
| Binary | 10000010 | 100001 | 111010 | 0 | 1001011 | 110111 | 110001 | 101011001 | 111100 | 100000 |
Color Harmonies of #82213A
Complementary color
Monochromatic Colors of #82213A
Black with #82213A
Text Example
Text Example
White with #82213A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82213A; }
p { color: rgb(130,33,58); }
H1.HeaderClassName
{
color: #82213A;
}
.AnyTagClassName
{
color: #82213A;
}
</style>
background-color css
<style>
a { background-color: #82213A; }
a { background-color: rgb(130,33,58); }
div.DivClassName
{
background-color: #82213A;
}
.BgClassName
{
background-color: #82213A;
}
</style>
border-color css
<style>
span { border-color: #82213A; }
span { border-color: rgb(130,33,58); }
td.TdClassName
{
border-color: #82213A;
}
.TagClassName
{
border-color: #82213A;
}
</style>