Shades of Shiraz #83203C
Tints of Shiraz #83203C
RGB
CMYK
RGB Variations
Color information
#83203C (or 0x83203C) is known color: Shiraz. HEX triplet: 83, 20 and 3C. RGB value is (131,32,60). Sum of RGB (Red+Green+Blue) = 131+32+60=223 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.74% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 131 - color contains mainly: red. Hex color #83203C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83203C is #7CDFC3. Grayscale: #404040. Windows color (decimal): -8183748 or 3940483. OLE color: 3940483.
HSL color Cylindrical-coordinate representation of color #83203C: hue angle of 343.03º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83203C is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 32 | 60 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.49 |
| HSL | 343.03º | 0.61% | 0.32% | - |
| HSV(B) | 343.03º | 0.76% | 0.51% | - |
| XYZ | 10.69 | 6.18 | 4.91 | - |
| YUV | 64.79 | 125.3 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 60 | 0 | 0.76 | 0.54 | 0.49 | 343.03 | 0.61 | 0.32 |
| Hex | 83 | 20 | 3C | 0 | 4C | 36 | 31 | 157 | 3D | 20 |
| Octal | 203 | 40 | 74 | 0 | 114 | 66 | 61 | 527 | 75 | 40 |
| Binary | 10000011 | 100000 | 111100 | 0 | 1001100 | 110110 | 110001 | 101010111 | 111101 | 100000 |
Color Harmonies of #83203C
Complementary color
Monochromatic Colors of #83203C
Black with #83203C
Text Example
Text Example
White with #83203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83203C; }
p { color: rgb(131,32,60); }
H1.HeaderClassName
{
color: #83203C;
}
.AnyTagClassName
{
color: #83203C;
}
</style>
background-color css
<style>
a { background-color: #83203C; }
a { background-color: rgb(131,32,60); }
div.DivClassName
{
background-color: #83203C;
}
.BgClassName
{
background-color: #83203C;
}
</style>
border-color css
<style>
span { border-color: #83203C; }
span { border-color: rgb(131,32,60); }
td.TdClassName
{
border-color: #83203C;
}
.TagClassName
{
border-color: #83203C;
}
</style>