Shades of Shiraz #82223A
Tints of Shiraz #82223A
RGB
CMYK
RGB Variations
Color information
#82223A (or 0x82223A) is known color: Shiraz. HEX triplet: 82, 22 and 3A. RGB value is (130,34,58). Sum of RGB (Red+Green+Blue) = 130+34+58=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #82223A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82223A is #7DDDC5. Grayscale: #414141. Windows color (decimal): -8248774 or 3809922. OLE color: 3809922.
HSL color Cylindrical-coordinate representation of color #82223A: hue angle of 345º 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 #82223A is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 34 | 58 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.49 |
| HSL | 345º | 0.59% | 0.32% | - |
| HSV(B) | 345º | 0.74% | 0.51% | - |
| XYZ | 10.54 | 6.2 | 4.64 | - |
| YUV | 65.44 | 123.8 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 34 | 58 | 0 | 0.74 | 0.55 | 0.49 | 345 | 0.59 | 0.32 |
| Hex | 82 | 22 | 3A | 0 | 4A | 37 | 31 | 159 | 3B | 20 |
| Octal | 202 | 42 | 72 | 0 | 112 | 67 | 61 | 531 | 73 | 40 |
| Binary | 10000010 | 100010 | 111010 | 0 | 1001010 | 110111 | 110001 | 101011001 | 111011 | 100000 |
Color Harmonies of #82223A
Complementary color
Monochromatic Colors of #82223A
Black with #82223A
Text Example
Text Example
White with #82223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82223A; }
p { color: rgb(130,34,58); }
H1.HeaderClassName
{
color: #82223A;
}
.AnyTagClassName
{
color: #82223A;
}
</style>
background-color css
<style>
a { background-color: #82223A; }
a { background-color: rgb(130,34,58); }
div.DivClassName
{
background-color: #82223A;
}
.BgClassName
{
background-color: #82223A;
}
</style>
border-color css
<style>
span { border-color: #82223A; }
span { border-color: rgb(130,34,58); }
td.TdClassName
{
border-color: #82223A;
}
.TagClassName
{
border-color: #82223A;
}
</style>