Shades of Shiraz #82223F
Tints of Shiraz #82223F
RGB
CMYK
RGB Variations
Color information
#82223F (or 0x82223F) is known color: Shiraz. HEX triplet: 82, 22 and 3F. RGB value is (130,34,63). Sum of RGB (Red+Green+Blue) = 130+34+63=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #82223F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82223F is #7DDDC0. Grayscale: #414141. Windows color (decimal): -8248769 or 4137602. OLE color: 4137602.
HSL color Cylindrical-coordinate representation of color #82223F: hue angle of 341.88º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #82223F is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 34 | 63 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.49 |
| HSL | 341.88º | 0.59% | 0.32% | - |
| HSV(B) | 341.88º | 0.74% | 0.51% | - |
| XYZ | 10.68 | 6.25 | 5.35 | - |
| YUV | 66.01 | 126.3 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 34 | 63 | 0 | 0.74 | 0.52 | 0.49 | 341.88 | 0.59 | 0.32 |
| Hex | 82 | 22 | 3F | 0 | 4A | 34 | 31 | 156 | 3B | 20 |
| Octal | 202 | 42 | 77 | 0 | 112 | 64 | 61 | 526 | 73 | 40 |
| Binary | 10000010 | 100010 | 111111 | 0 | 1001010 | 110100 | 110001 | 101010110 | 111011 | 100000 |
Color Harmonies of #82223F
Complementary color
Monochromatic Colors of #82223F
Black with #82223F
Text Example
Text Example
White with #82223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82223F; }
p { color: rgb(130,34,63); }
H1.HeaderClassName
{
color: #82223F;
}
.AnyTagClassName
{
color: #82223F;
}
</style>
background-color css
<style>
a { background-color: #82223F; }
a { background-color: rgb(130,34,63); }
div.DivClassName
{
background-color: #82223F;
}
.BgClassName
{
background-color: #82223F;
}
</style>
border-color css
<style>
span { border-color: #82223F; }
span { border-color: rgb(130,34,63); }
td.TdClassName
{
border-color: #82223F;
}
.TagClassName
{
border-color: #82223F;
}
</style>