Shades of Shiraz #83293A
Tints of Shiraz #83293A
RGB
CMYK
RGB Variations
Color information
#83293A (or 0x83293A) is known color: Shiraz. HEX triplet: 83, 29 and 3A. RGB value is (131,41,58). Sum of RGB (Red+Green+Blue) = 131+41+58=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #83293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83293A is #7CD6C5. Grayscale: #454545. Windows color (decimal): -8181446 or 3811715. OLE color: 3811715.
HSL color Cylindrical-coordinate representation of color #83293A: hue angle of 348.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83293A is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 41 | 58 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.49 |
| HSL | 348.67º | 0.52% | 0.34% | - |
| HSV(B) | 348.67º | 0.69% | 0.51% | - |
| XYZ | 10.92 | 6.72 | 4.72 | - |
| YUV | 69.85 | 121.32 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 41 | 58 | 0 | 0.69 | 0.56 | 0.49 | 348.67 | 0.52 | 0.34 |
| Hex | 83 | 29 | 3A | 0 | 45 | 38 | 31 | 15D | 34 | 22 |
| Octal | 203 | 51 | 72 | 0 | 105 | 70 | 61 | 535 | 64 | 42 |
| Binary | 10000011 | 101001 | 111010 | 0 | 1000101 | 111000 | 110001 | 101011101 | 110100 | 100010 |
Color Harmonies of #83293A
Complementary color
Monochromatic Colors of #83293A
Black with #83293A
Text Example
Text Example
White with #83293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83293A; }
p { color: rgb(131,41,58); }
H1.HeaderClassName
{
color: #83293A;
}
.AnyTagClassName
{
color: #83293A;
}
</style>
background-color css
<style>
a { background-color: #83293A; }
a { background-color: rgb(131,41,58); }
div.DivClassName
{
background-color: #83293A;
}
.BgClassName
{
background-color: #83293A;
}
</style>
border-color css
<style>
span { border-color: #83293A; }
span { border-color: rgb(131,41,58); }
td.TdClassName
{
border-color: #83293A;
}
.TagClassName
{
border-color: #83293A;
}
</style>