Shades of Shiraz #822A34
Tints of Shiraz #822A34
RGB
CMYK
RGB Variations
Color information
#822A34 (or 0x822A34) is known color: Shiraz. HEX triplet: 82, 2A and 34. RGB value is (130,42,52). Sum of RGB (Red+Green+Blue) = 130+42+52=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #822A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822A34 is #7DD5CB. Grayscale: #454545. Windows color (decimal): -8246732 or 3418754. OLE color: 3418754.
HSL color Cylindrical-coordinate representation of color #822A34: hue angle of 353.18º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #822A34 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 42 | 52 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.49 |
| HSL | 353.18º | 0.51% | 0.34% | - |
| HSV(B) | 353.18º | 0.68% | 0.51% | - |
| XYZ | 10.65 | 6.65 | 3.97 | - |
| YUV | 69.45 | 118.15 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 42 | 52 | 0 | 0.68 | 0.60 | 0.49 | 353.18 | 0.51 | 0.34 |
| Hex | 82 | 2A | 34 | 0 | 44 | 3C | 31 | 161 | 33 | 22 |
| Octal | 202 | 52 | 64 | 0 | 104 | 74 | 61 | 541 | 63 | 42 |
| Binary | 10000010 | 101010 | 110100 | 0 | 1000100 | 111100 | 110001 | 101100001 | 110011 | 100010 |
Color Harmonies of #822A34
Complementary color
Monochromatic Colors of #822A34
Black with #822A34
Text Example
Text Example
White with #822A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822A34; }
p { color: rgb(130,42,52); }
H1.HeaderClassName
{
color: #822A34;
}
.AnyTagClassName
{
color: #822A34;
}
</style>
background-color css
<style>
a { background-color: #822A34; }
a { background-color: rgb(130,42,52); }
div.DivClassName
{
background-color: #822A34;
}
.BgClassName
{
background-color: #822A34;
}
</style>
border-color css
<style>
span { border-color: #822A34; }
span { border-color: rgb(130,42,52); }
td.TdClassName
{
border-color: #822A34;
}
.TagClassName
{
border-color: #822A34;
}
</style>