Shades of Shiraz #83213D
Tints of Shiraz #83213D
RGB
CMYK
RGB Variations
Color information
#83213D (or 0x83213D) is known color: Shiraz. HEX triplet: 83, 21 and 3D. RGB value is (131,33,61). Sum of RGB (Red+Green+Blue) = 131+33+61=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #83213D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83213D is #7CDEC2. Grayscale: #414141. Windows color (decimal): -8183491 or 4006275. OLE color: 4006275.
HSL color Cylindrical-coordinate representation of color #83213D: hue angle of 342.86º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #83213D is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 33 | 61 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.49 |
| HSL | 342.86º | 0.6% | 0.32% | - |
| HSV(B) | 342.86º | 0.75% | 0.51% | - |
| XYZ | 10.75 | 6.25 | 5.05 | - |
| YUV | 65.49 | 125.47 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 61 | 0 | 0.75 | 0.53 | 0.49 | 342.86 | 0.6 | 0.32 |
| Hex | 83 | 21 | 3D | 0 | 4B | 35 | 31 | 157 | 3C | 20 |
| Octal | 203 | 41 | 75 | 0 | 113 | 65 | 61 | 527 | 74 | 40 |
| Binary | 10000011 | 100001 | 111101 | 0 | 1001011 | 110101 | 110001 | 101010111 | 111100 | 100000 |
Color Harmonies of #83213D
Complementary color
Monochromatic Colors of #83213D
Black with #83213D
Text Example
Text Example
White with #83213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83213D; }
p { color: rgb(131,33,61); }
H1.HeaderClassName
{
color: #83213D;
}
.AnyTagClassName
{
color: #83213D;
}
</style>
background-color css
<style>
a { background-color: #83213D; }
a { background-color: rgb(131,33,61); }
div.DivClassName
{
background-color: #83213D;
}
.BgClassName
{
background-color: #83213D;
}
</style>
border-color css
<style>
span { border-color: #83213D; }
span { border-color: rgb(131,33,61); }
td.TdClassName
{
border-color: #83213D;
}
.TagClassName
{
border-color: #83213D;
}
</style>