Shades of Shiraz #83223A
Tints of Shiraz #83223A
RGB
CMYK
RGB Variations
Color information
#83223A (or 0x83223A) is known color: Shiraz. HEX triplet: 83, 22 and 3A. RGB value is (131,34,58). Sum of RGB (Red+Green+Blue) = 131+34+58=223 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.74% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 131 - color contains mainly: red. Hex color #83223A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83223A is #7CDDC5. Grayscale: #414141. Windows color (decimal): -8183238 or 3809923. OLE color: 3809923.
HSL color Cylindrical-coordinate representation of color #83223A: hue angle of 345.15º 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 #83223A is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 34 | 58 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.49 |
| HSL | 345.15º | 0.59% | 0.32% | - |
| HSV(B) | 345.15º | 0.74% | 0.51% | - |
| XYZ | 10.7 | 6.27 | 4.65 | - |
| YUV | 65.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 34 | 58 | 0 | 0.74 | 0.56 | 0.49 | 345.15 | 0.59 | 0.32 |
| Hex | 83 | 22 | 3A | 0 | 4A | 38 | 31 | 159 | 3B | 20 |
| Octal | 203 | 42 | 72 | 0 | 112 | 70 | 61 | 531 | 73 | 40 |
| Binary | 10000011 | 100010 | 111010 | 0 | 1001010 | 111000 | 110001 | 101011001 | 111011 | 100000 |
Color Harmonies of #83223A
Complementary color
Monochromatic Colors of #83223A
Black with #83223A
Text Example
Text Example
White with #83223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83223A; }
p { color: rgb(131,34,58); }
H1.HeaderClassName
{
color: #83223A;
}
.AnyTagClassName
{
color: #83223A;
}
</style>
background-color css
<style>
a { background-color: #83223A; }
a { background-color: rgb(131,34,58); }
div.DivClassName
{
background-color: #83223A;
}
.BgClassName
{
background-color: #83223A;
}
</style>
border-color css
<style>
span { border-color: #83223A; }
span { border-color: rgb(131,34,58); }
td.TdClassName
{
border-color: #83223A;
}
.TagClassName
{
border-color: #83223A;
}
</style>