Shades of Shiraz #83263E
Tints of Shiraz #83263E
RGB
CMYK
RGB Variations
Color information
#83263E (or 0x83263E) is known color: Shiraz. HEX triplet: 83, 26 and 3E. RGB value is (131,38,62). Sum of RGB (Red+Green+Blue) = 131+38+62=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #83263E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83263E is #7CD9C1. Grayscale: #444444. Windows color (decimal): -8182210 or 4073091. OLE color: 4073091.
HSL color Cylindrical-coordinate representation of color #83263E: hue angle of 344.52º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83263E is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 38 | 62 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.49 |
| HSL | 344.52º | 0.55% | 0.33% | - |
| HSV(B) | 344.52º | 0.71% | 0.51% | - |
| XYZ | 10.92 | 6.56 | 5.25 | - |
| YUV | 68.54 | 124.31 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 62 | 0 | 0.71 | 0.53 | 0.49 | 344.52 | 0.55 | 0.33 |
| Hex | 83 | 26 | 3E | 0 | 47 | 35 | 31 | 159 | 37 | 21 |
| Octal | 203 | 46 | 76 | 0 | 107 | 65 | 61 | 531 | 67 | 41 |
| Binary | 10000011 | 100110 | 111110 | 0 | 1000111 | 110101 | 110001 | 101011001 | 110111 | 100001 |
Color Harmonies of #83263E
Complementary color
Monochromatic Colors of #83263E
Black with #83263E
Text Example
Text Example
White with #83263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83263E; }
p { color: rgb(131,38,62); }
H1.HeaderClassName
{
color: #83263E;
}
.AnyTagClassName
{
color: #83263E;
}
</style>
background-color css
<style>
a { background-color: #83263E; }
a { background-color: rgb(131,38,62); }
div.DivClassName
{
background-color: #83263E;
}
.BgClassName
{
background-color: #83263E;
}
</style>
border-color css
<style>
span { border-color: #83263E; }
span { border-color: rgb(131,38,62); }
td.TdClassName
{
border-color: #83263E;
}
.TagClassName
{
border-color: #83263E;
}
</style>