Shades of Shiraz #82203A
Tints of Shiraz #82203A
RGB
CMYK
RGB Variations
Color information
#82203A (or 0x82203A) is known color: Shiraz. HEX triplet: 82, 20 and 3A. RGB value is (130,32,58). Sum of RGB (Red+Green+Blue) = 130+32+58=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #82203A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82203A is #7DDFC5. Grayscale: #404040. Windows color (decimal): -8249286 or 3809410. OLE color: 3809410.
HSL color Cylindrical-coordinate representation of color #82203A: hue angle of 344.08º 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 #82203A is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 32 | 58 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.49 |
| HSL | 344.08º | 0.6% | 0.32% | - |
| HSV(B) | 344.08º | 0.75% | 0.51% | - |
| XYZ | 10.49 | 6.08 | 4.62 | - |
| YUV | 64.27 | 124.47 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 58 | 0 | 0.75 | 0.55 | 0.49 | 344.08 | 0.6 | 0.32 |
| Hex | 82 | 20 | 3A | 0 | 4B | 37 | 31 | 158 | 3C | 20 |
| Octal | 202 | 40 | 72 | 0 | 113 | 67 | 61 | 530 | 74 | 40 |
| Binary | 10000010 | 100000 | 111010 | 0 | 1001011 | 110111 | 110001 | 101011000 | 111100 | 100000 |
Color Harmonies of #82203A
Complementary color
Monochromatic Colors of #82203A
Black with #82203A
Text Example
Text Example
White with #82203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82203A; }
p { color: rgb(130,32,58); }
H1.HeaderClassName
{
color: #82203A;
}
.AnyTagClassName
{
color: #82203A;
}
</style>
background-color css
<style>
a { background-color: #82203A; }
a { background-color: rgb(130,32,58); }
div.DivClassName
{
background-color: #82203A;
}
.BgClassName
{
background-color: #82203A;
}
</style>
border-color css
<style>
span { border-color: #82203A; }
span { border-color: rgb(130,32,58); }
td.TdClassName
{
border-color: #82203A;
}
.TagClassName
{
border-color: #82203A;
}
</style>