Shades of Shiraz #83223D
Tints of Shiraz #83223D
RGB
CMYK
RGB Variations
Color information
#83223D (or 0x83223D) is known color: Shiraz. HEX triplet: 83, 22 and 3D. RGB value is (131,34,61). Sum of RGB (Red+Green+Blue) = 131+34+61=226 (29% of max value = 765). Red value is 131 (51.56% from 255 or 57.96% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 131 - color contains mainly: red. Hex color #83223D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83223D is #7CDDC2. Grayscale: #424242. Windows color (decimal): -8183235 or 4006531. OLE color: 4006531.
HSL color Cylindrical-coordinate representation of color #83223D: hue angle of 343.3º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83223D is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 34 | 61 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.49 |
| HSL | 343.3º | 0.59% | 0.32% | - |
| HSV(B) | 343.3º | 0.74% | 0.51% | - |
| XYZ | 10.77 | 6.31 | 5.06 | - |
| YUV | 66.08 | 125.14 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 34 | 61 | 0 | 0.74 | 0.53 | 0.49 | 343.3 | 0.59 | 0.32 |
| Hex | 83 | 22 | 3D | 0 | 4A | 35 | 31 | 157 | 3B | 20 |
| Octal | 203 | 42 | 75 | 0 | 112 | 65 | 61 | 527 | 73 | 40 |
| Binary | 10000011 | 100010 | 111101 | 0 | 1001010 | 110101 | 110001 | 101010111 | 111011 | 100000 |
Color Harmonies of #83223D
Complementary color
Monochromatic Colors of #83223D
Black with #83223D
Text Example
Text Example
White with #83223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83223D; }
p { color: rgb(131,34,61); }
H1.HeaderClassName
{
color: #83223D;
}
.AnyTagClassName
{
color: #83223D;
}
</style>
background-color css
<style>
a { background-color: #83223D; }
a { background-color: rgb(131,34,61); }
div.DivClassName
{
background-color: #83223D;
}
.BgClassName
{
background-color: #83223D;
}
</style>
border-color css
<style>
span { border-color: #83223D; }
span { border-color: rgb(131,34,61); }
td.TdClassName
{
border-color: #83223D;
}
.TagClassName
{
border-color: #83223D;
}
</style>