Shades of Shiraz #82263C
Tints of Shiraz #82263C
RGB
CMYK
RGB Variations
Color information
#82263C (or 0x82263C) is known color: Shiraz. HEX triplet: 82, 26 and 3C. RGB value is (130,38,60). Sum of RGB (Red+Green+Blue) = 130+38+60=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #82263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82263C is #7DD9C3. Grayscale: #444444. Windows color (decimal): -8247748 or 3942018. OLE color: 3942018.
HSL color Cylindrical-coordinate representation of color #82263C: hue angle of 345.65º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82263C is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 38 | 60 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.49 |
| HSL | 345.65º | 0.55% | 0.33% | - |
| HSV(B) | 345.65º | 0.71% | 0.51% | - |
| XYZ | 10.71 | 6.46 | 4.96 | - |
| YUV | 68.02 | 123.48 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 38 | 60 | 0 | 0.71 | 0.54 | 0.49 | 345.65 | 0.55 | 0.33 |
| Hex | 82 | 26 | 3C | 0 | 47 | 36 | 31 | 15A | 37 | 21 |
| Octal | 202 | 46 | 74 | 0 | 107 | 66 | 61 | 532 | 67 | 41 |
| Binary | 10000010 | 100110 | 111100 | 0 | 1000111 | 110110 | 110001 | 101011010 | 110111 | 100001 |
Color Harmonies of #82263C
Complementary color
Monochromatic Colors of #82263C
Black with #82263C
Text Example
Text Example
White with #82263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82263C; }
p { color: rgb(130,38,60); }
H1.HeaderClassName
{
color: #82263C;
}
.AnyTagClassName
{
color: #82263C;
}
</style>
background-color css
<style>
a { background-color: #82263C; }
a { background-color: rgb(130,38,60); }
div.DivClassName
{
background-color: #82263C;
}
.BgClassName
{
background-color: #82263C;
}
</style>
border-color css
<style>
span { border-color: #82263C; }
span { border-color: rgb(130,38,60); }
td.TdClassName
{
border-color: #82263C;
}
.TagClassName
{
border-color: #82263C;
}
</style>