Shades of Shiraz #83223B
Tints of Shiraz #83223B
RGB
CMYK
RGB Variations
Color information
#83223B (or 0x83223B) is known color: Shiraz. HEX triplet: 83, 22 and 3B. RGB value is (131,34,59). Sum of RGB (Red+Green+Blue) = 131+34+59=224 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.48% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 131 - color contains mainly: red. Hex color #83223B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83223B is #7CDDC4. Grayscale: #414141. Windows color (decimal): -8183237 or 3875459. OLE color: 3875459.
HSL color Cylindrical-coordinate representation of color #83223B: hue angle of 344.54º 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 #83223B is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 34 | 59 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.49 |
| HSL | 344.54º | 0.59% | 0.32% | - |
| HSV(B) | 344.54º | 0.74% | 0.51% | - |
| XYZ | 10.72 | 6.29 | 4.79 | - |
| YUV | 65.85 | 124.14 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 34 | 59 | 0 | 0.74 | 0.55 | 0.49 | 344.54 | 0.59 | 0.32 |
| Hex | 83 | 22 | 3B | 0 | 4A | 37 | 31 | 159 | 3B | 20 |
| Octal | 203 | 42 | 73 | 0 | 112 | 67 | 61 | 531 | 73 | 40 |
| Binary | 10000011 | 100010 | 111011 | 0 | 1001010 | 110111 | 110001 | 101011001 | 111011 | 100000 |
Color Harmonies of #83223B
Complementary color
Monochromatic Colors of #83223B
Black with #83223B
Text Example
Text Example
White with #83223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83223B; }
p { color: rgb(131,34,59); }
H1.HeaderClassName
{
color: #83223B;
}
.AnyTagClassName
{
color: #83223B;
}
</style>
background-color css
<style>
a { background-color: #83223B; }
a { background-color: rgb(131,34,59); }
div.DivClassName
{
background-color: #83223B;
}
.BgClassName
{
background-color: #83223B;
}
</style>
border-color css
<style>
span { border-color: #83223B; }
span { border-color: rgb(131,34,59); }
td.TdClassName
{
border-color: #83223B;
}
.TagClassName
{
border-color: #83223B;
}
</style>