Shades of Shiraz #83203A
Tints of Shiraz #83203A
RGB
CMYK
RGB Variations
Color information
#83203A (or 0x83203A) is known color: Shiraz. HEX triplet: 83, 20 and 3A. RGB value is (131,32,58). Sum of RGB (Red+Green+Blue) = 131+32+58=221 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.28% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 131 - color contains mainly: red. Hex color #83203A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83203A is #7CDFC5. Grayscale: #404040. Windows color (decimal): -8183750 or 3809411. OLE color: 3809411.
HSL color Cylindrical-coordinate representation of color #83203A: hue angle of 344.24º 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 #83203A is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 32 | 58 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.49 |
| HSL | 344.24º | 0.61% | 0.32% | - |
| HSV(B) | 344.24º | 0.76% | 0.51% | - |
| XYZ | 10.64 | 6.16 | 4.63 | - |
| YUV | 64.57 | 124.3 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 58 | 0 | 0.76 | 0.56 | 0.49 | 344.24 | 0.61 | 0.32 |
| Hex | 83 | 20 | 3A | 0 | 4C | 38 | 31 | 158 | 3D | 20 |
| Octal | 203 | 40 | 72 | 0 | 114 | 70 | 61 | 530 | 75 | 40 |
| Binary | 10000011 | 100000 | 111010 | 0 | 1001100 | 111000 | 110001 | 101011000 | 111101 | 100000 |
Color Harmonies of #83203A
Complementary color
Monochromatic Colors of #83203A
Black with #83203A
Text Example
Text Example
White with #83203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83203A; }
p { color: rgb(131,32,58); }
H1.HeaderClassName
{
color: #83203A;
}
.AnyTagClassName
{
color: #83203A;
}
</style>
background-color css
<style>
a { background-color: #83203A; }
a { background-color: rgb(131,32,58); }
div.DivClassName
{
background-color: #83203A;
}
.BgClassName
{
background-color: #83203A;
}
</style>
border-color css
<style>
span { border-color: #83203A; }
span { border-color: rgb(131,32,58); }
td.TdClassName
{
border-color: #83203A;
}
.TagClassName
{
border-color: #83203A;
}
</style>