Shades of Shiraz #82293A
Tints of Shiraz #82293A
RGB
CMYK
RGB Variations
Color information
#82293A (or 0x82293A) is known color: Shiraz. HEX triplet: 82, 29 and 3A. RGB value is (130,41,58). Sum of RGB (Red+Green+Blue) = 130+41+58=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #82293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82293A is #7DD6C5. Grayscale: #454545. Windows color (decimal): -8246982 or 3811714. OLE color: 3811714.
HSL color Cylindrical-coordinate representation of color #82293A: hue angle of 348.54º degrees, saturation: 0.52, 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 #82293A is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 41 | 58 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.49 |
| HSL | 348.54º | 0.52% | 0.34% | - |
| HSV(B) | 348.54º | 0.68% | 0.51% | - |
| XYZ | 10.76 | 6.64 | 4.72 | - |
| YUV | 69.55 | 121.49 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 41 | 58 | 0 | 0.68 | 0.55 | 0.49 | 348.54 | 0.52 | 0.34 |
| Hex | 82 | 29 | 3A | 0 | 44 | 37 | 31 | 15D | 34 | 22 |
| Octal | 202 | 51 | 72 | 0 | 104 | 67 | 61 | 535 | 64 | 42 |
| Binary | 10000010 | 101001 | 111010 | 0 | 1000100 | 110111 | 110001 | 101011101 | 110100 | 100010 |
Color Harmonies of #82293A
Complementary color
Monochromatic Colors of #82293A
Black with #82293A
Text Example
Text Example
White with #82293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82293A; }
p { color: rgb(130,41,58); }
H1.HeaderClassName
{
color: #82293A;
}
.AnyTagClassName
{
color: #82293A;
}
</style>
background-color css
<style>
a { background-color: #82293A; }
a { background-color: rgb(130,41,58); }
div.DivClassName
{
background-color: #82293A;
}
.BgClassName
{
background-color: #82293A;
}
</style>
border-color css
<style>
span { border-color: #82293A; }
span { border-color: rgb(130,41,58); }
td.TdClassName
{
border-color: #82293A;
}
.TagClassName
{
border-color: #82293A;
}
</style>