Shades of Shiraz #822C32
Tints of Shiraz #822C32
RGB
CMYK
RGB Variations
Color information
#822C32 (or 0x822C32) is known color: Shiraz. HEX triplet: 82, 2C and 32. RGB value is (130,44,50). Sum of RGB (Red+Green+Blue) = 130+44+50=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #822C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822C32 is #7DD3CD. Grayscale: #464646. Windows color (decimal): -8246222 or 3288194. OLE color: 3288194.
HSL color Cylindrical-coordinate representation of color #822C32: hue angle of 355.81º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #822C32 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 44 | 50 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.49 |
| HSL | 355.81º | 0.49% | 0.34% | - |
| HSV(B) | 355.81º | 0.66% | 0.51% | - |
| XYZ | 10.68 | 6.78 | 3.76 | - |
| YUV | 70.4 | 116.49 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 44 | 50 | 0 | 0.66 | 0.62 | 0.49 | 355.81 | 0.49 | 0.34 |
| Hex | 82 | 2C | 32 | 0 | 42 | 3E | 31 | 164 | 31 | 22 |
| Octal | 202 | 54 | 62 | 0 | 102 | 76 | 61 | 544 | 61 | 42 |
| Binary | 10000010 | 101100 | 110010 | 0 | 1000010 | 111110 | 110001 | 101100100 | 110001 | 100010 |
Color Harmonies of #822C32
Complementary color
Monochromatic Colors of #822C32
Black with #822C32
Text Example
Text Example
White with #822C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822C32; }
p { color: rgb(130,44,50); }
H1.HeaderClassName
{
color: #822C32;
}
.AnyTagClassName
{
color: #822C32;
}
</style>
background-color css
<style>
a { background-color: #822C32; }
a { background-color: rgb(130,44,50); }
div.DivClassName
{
background-color: #822C32;
}
.BgClassName
{
background-color: #822C32;
}
</style>
border-color css
<style>
span { border-color: #822C32; }
span { border-color: rgb(130,44,50); }
td.TdClassName
{
border-color: #822C32;
}
.TagClassName
{
border-color: #822C32;
}
</style>