Shades of Shiraz #83203D
Tints of Shiraz #83203D
RGB
CMYK
RGB Variations
Color information
#83203D (or 0x83203D) is known color: Shiraz. HEX triplet: 83, 20 and 3D. RGB value is (131,32,61). Sum of RGB (Red+Green+Blue) = 131+32+61=224 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.48% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 131 - color contains mainly: red. Hex color #83203D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83203D is #7CDFC2. Grayscale: #404040. Windows color (decimal): -8183747 or 4006019. OLE color: 4006019.
HSL color Cylindrical-coordinate representation of color #83203D: hue angle of 342.42º 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 #83203D is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 32 | 61 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.49 |
| HSL | 342.42º | 0.61% | 0.32% | - |
| HSV(B) | 342.42º | 0.76% | 0.51% | - |
| XYZ | 10.72 | 6.2 | 5.05 | - |
| YUV | 64.91 | 125.8 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 61 | 0 | 0.76 | 0.53 | 0.49 | 342.42 | 0.61 | 0.32 |
| Hex | 83 | 20 | 3D | 0 | 4C | 35 | 31 | 156 | 3D | 20 |
| Octal | 203 | 40 | 75 | 0 | 114 | 65 | 61 | 526 | 75 | 40 |
| Binary | 10000011 | 100000 | 111101 | 0 | 1001100 | 110101 | 110001 | 101010110 | 111101 | 100000 |
Color Harmonies of #83203D
Complementary color
Monochromatic Colors of #83203D
Black with #83203D
Text Example
Text Example
White with #83203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83203D; }
p { color: rgb(131,32,61); }
H1.HeaderClassName
{
color: #83203D;
}
.AnyTagClassName
{
color: #83203D;
}
</style>
background-color css
<style>
a { background-color: #83203D; }
a { background-color: rgb(131,32,61); }
div.DivClassName
{
background-color: #83203D;
}
.BgClassName
{
background-color: #83203D;
}
</style>
border-color css
<style>
span { border-color: #83203D; }
span { border-color: rgb(131,32,61); }
td.TdClassName
{
border-color: #83203D;
}
.TagClassName
{
border-color: #83203D;
}
</style>