Shades of Shiraz #83213B
Tints of Shiraz #83213B
RGB
CMYK
RGB Variations
Color information
#83213B (or 0x83213B) is known color: Shiraz. HEX triplet: 83, 21 and 3B. RGB value is (131,33,59). Sum of RGB (Red+Green+Blue) = 131+33+59=223 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.74% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 131 - color contains mainly: red. Hex color #83213B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83213B is #7CDEC4. Grayscale: #414141. Windows color (decimal): -8183493 or 3875203. OLE color: 3875203.
HSL color Cylindrical-coordinate representation of color #83213B: hue angle of 344.08º 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 #83213B is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 33 | 59 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.49 |
| HSL | 344.08º | 0.6% | 0.32% | - |
| HSV(B) | 344.08º | 0.75% | 0.51% | - |
| XYZ | 10.69 | 6.23 | 4.78 | - |
| YUV | 65.27 | 124.47 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 59 | 0 | 0.75 | 0.55 | 0.49 | 344.08 | 0.6 | 0.32 |
| Hex | 83 | 21 | 3B | 0 | 4B | 37 | 31 | 158 | 3C | 20 |
| Octal | 203 | 41 | 73 | 0 | 113 | 67 | 61 | 530 | 74 | 40 |
| Binary | 10000011 | 100001 | 111011 | 0 | 1001011 | 110111 | 110001 | 101011000 | 111100 | 100000 |
Color Harmonies of #83213B
Complementary color
Monochromatic Colors of #83213B
Black with #83213B
Text Example
Text Example
White with #83213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83213B; }
p { color: rgb(131,33,59); }
H1.HeaderClassName
{
color: #83213B;
}
.AnyTagClassName
{
color: #83213B;
}
</style>
background-color css
<style>
a { background-color: #83213B; }
a { background-color: rgb(131,33,59); }
div.DivClassName
{
background-color: #83213B;
}
.BgClassName
{
background-color: #83213B;
}
</style>
border-color css
<style>
span { border-color: #83213B; }
span { border-color: rgb(131,33,59); }
td.TdClassName
{
border-color: #83213B;
}
.TagClassName
{
border-color: #83213B;
}
</style>