Shades of Shiraz #82273C
Tints of Shiraz #82273C
RGB
CMYK
RGB Variations
Color information
#82273C (or 0x82273C) is known color: Shiraz. HEX triplet: 82, 27 and 3C. RGB value is (130,39,60). Sum of RGB (Red+Green+Blue) = 130+39+60=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #82273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82273C is #7DD8C3. Grayscale: #444444. Windows color (decimal): -8247492 or 3942274. OLE color: 3942274.
HSL color Cylindrical-coordinate representation of color #82273C: hue angle of 346.15º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82273C is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 39 | 60 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.49 |
| HSL | 346.15º | 0.54% | 0.33% | - |
| HSV(B) | 346.15º | 0.7% | 0.51% | - |
| XYZ | 10.75 | 6.52 | 4.97 | - |
| YUV | 68.6 | 123.15 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 39 | 60 | 0 | 0.70 | 0.54 | 0.49 | 346.15 | 0.54 | 0.33 |
| Hex | 82 | 27 | 3C | 0 | 46 | 36 | 31 | 15A | 36 | 21 |
| Octal | 202 | 47 | 74 | 0 | 106 | 66 | 61 | 532 | 66 | 41 |
| Binary | 10000010 | 100111 | 111100 | 0 | 1000110 | 110110 | 110001 | 101011010 | 110110 | 100001 |
Color Harmonies of #82273C
Complementary color
Monochromatic Colors of #82273C
Black with #82273C
Text Example
Text Example
White with #82273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82273C; }
p { color: rgb(130,39,60); }
H1.HeaderClassName
{
color: #82273C;
}
.AnyTagClassName
{
color: #82273C;
}
</style>
background-color css
<style>
a { background-color: #82273C; }
a { background-color: rgb(130,39,60); }
div.DivClassName
{
background-color: #82273C;
}
.BgClassName
{
background-color: #82273C;
}
</style>
border-color css
<style>
span { border-color: #82273C; }
span { border-color: rgb(130,39,60); }
td.TdClassName
{
border-color: #82273C;
}
.TagClassName
{
border-color: #82273C;
}
</style>