Shades of Shiraz #80203C
Tints of Shiraz #80203C
RGB
CMYK
RGB Variations
Color information
#80203C (or 0x80203C) is known color: Shiraz. HEX triplet: 80, 20 and 3C. RGB value is (128,32,60). Sum of RGB (Red+Green+Blue) = 128+32+60=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #80203C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80203C is #7FDFC3. Grayscale: #3F3F3F. Windows color (decimal): -8380356 or 3940480. OLE color: 3940480.
HSL color Cylindrical-coordinate representation of color #80203C: hue angle of 342.5º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80203C is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 60 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.50 |
| HSL | 342.5º | 0.6% | 0.31% | - |
| HSV(B) | 342.5º | 0.75% | 0.5% | - |
| XYZ | 10.23 | 5.95 | 4.88 | - |
| YUV | 63.9 | 125.8 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 60 | 0 | 0.75 | 0.53 | 0.50 | 342.5 | 0.6 | 0.31 |
| Hex | 80 | 20 | 3C | 0 | 4B | 35 | 32 | 156 | 3C | 1F |
| Octal | 200 | 40 | 74 | 0 | 113 | 65 | 62 | 526 | 74 | 37 |
| Binary | 10000000 | 100000 | 111100 | 0 | 1001011 | 110101 | 110010 | 101010110 | 111100 | 11111 |
Color Harmonies of #80203C
Complementary color
Monochromatic Colors of #80203C
Black with #80203C
Text Example
Text Example
White with #80203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80203C; }
p { color: rgb(128,32,60); }
H1.HeaderClassName
{
color: #80203C;
}
.AnyTagClassName
{
color: #80203C;
}
</style>
background-color css
<style>
a { background-color: #80203C; }
a { background-color: rgb(128,32,60); }
div.DivClassName
{
background-color: #80203C;
}
.BgClassName
{
background-color: #80203C;
}
</style>
border-color css
<style>
span { border-color: #80203C; }
span { border-color: rgb(128,32,60); }
td.TdClassName
{
border-color: #80203C;
}
.TagClassName
{
border-color: #80203C;
}
</style>